Re: disableProxyCaching in Tomcat6?

2009-12-10 Thread Mark Thomas
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

disableProxyCaching in Tomcat6?

2009-12-10 Thread Jim Garrison
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?

disableProxyCaching

2006-11-21 Thread tpyhala
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