RE: Problems with disableproxyCache="false"

2009-01-10 Thread Mark Thomas
> From: Al Blake [mailto:a...@blakes.net] > > When I include the code: > > > className="org.apache.catalina.authenticator.NoLoginAuthenticator" > disableProxyCaching="false"/> > > > In server.xml tomcat hangs on startup. Comment the line out and > everything is fine

Problems with disableproxyCache="false"

2009-01-09 Thread Al Blake
We are running a java based application served on SSL by Tomcat 5. Everything is working fine *except* for users who access the application using IE as their browser. They encounter the well-known *bug* in IE which causes downloads to fail over SSL if the server sends a no-cache in the header. As m