DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6279>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6279 Resubmit to j_security_check mistakenly fetches a page of that name [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Version|4.0.3 Final |Nightly Build ------- Additional Comments From [EMAIL PROTECTED] 2003-01-14 14:58 ------- In the forlorn hope that this fix will get incorporated ;) , this latest patch makes the forwarding behaviour that fixes the bug optional. You can demonstrate this by adding this to the examples context in server.xml: <Valve className="org.apache.catalina.authenticator.FormAuthenticator" enableForwarding="true" debug="10"/> And trying the security sample, http://localhost:8080/examples/jsp/security/protected NB This patch doesn't change the default (broken) behaviour of tomcat, so hopefully that removes previous objections to the use of forwarding for the login page. In order to sweeten the pill, the patch also documents this option and Bill Barker's proxyCaching fix, along with the other authentication valve options. C'mon guys you know you want it... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>