On 10/12/2009 20:05, Jim Garrison wrote:
> In Tomcat5 there was a Context parameter "disableProxyCaching" to prevent
> proxies from caching content.
No there there isn't. That attribute is on the authenticator valves.
> This parameter doesn't seem to be pre
In Tomcat5 there was a Context parameter "disableProxyCaching" to prevent
proxies from caching content. This parameter doesn't seem to be present in
Tomcat6. Is there an equivalent setting?
Hi,
I've got problem with disabling proxy caching. This used to work with
context.xml (with 5.0.x) as follows:
However, currently this does not make following headers disappear:
Pragma: No-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
I'm