Hi, I am able to use Squid to cache my static content I set HttpResponse Header "Cache-Control" -> "public, must-revalidate" also I set "Pragma" -> null since Tomcat allways tell "no-cache" ok, that works. But when I try the same with dynamic content, Squid doesn't cache it. I also tried to set ETag, but nothing. Is there any *trick* to cache dynamic content (with Squid) Or am I still missing something? Any idea or hint (or solution ;)) will be fine. Thanks and regards, Matthias