keith 2005/04/19 07:06:24
Modified: catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java
Log:
[34083, 27122, 28662, 29336, 29975, and 30618]
- invert so that securePagesWithPragma secures the pages with Pragma
(retaining Remy's default behavior)
To enable downloading of office docs with IE under SSL, add
<Valve className="org.apache.catalina.authenticator.DigestAuthenticator"
securePagesWithPragma="false" />
to context.xml (with the appropriate authenticator class)
Thanks. If you can find precisely what the issue with Mozilla was, and certify the behavior is now correct in Firefox (= no stupid caching with SSL), then you can indeed uncomment the isSecure here:
// FIXME: Disabled for Mozilla FORM support over SSL // (improper caching issue) //!request.isSecure() &&
Don't remove the new field, which has a different behavior which might be of interest to some people.
Rémy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]