Oh, I forgot one point. I noticed, that the browser doesn't send "If-None-Match" header attribute in its HttpRequest Header. Is the reason, that my ETag value maybe is not valid? or can I use any value for ETag ? Thanks. Best regards, Matthias > -----Ursprüngliche Nachricht----- > Von: Matthias Wessendorf [mailto:mwessendorf@xxxxxxxxxxxxxxx] > Gesendet: Dienstag, 24. Mai 2005 11:37 > An: squid-users@xxxxxxxxxxxxxxx > Betreff: [squid-users] Caching protected content > > > 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 >