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=3993>. 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=3993 j_security_check gives 403 error Summary: j_security_check gives 403 error Product: Tomcat 4 Version: 4.0 Final Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a form base authentication web application running in JBoss 2.4.3 and Tomcat 4.0 using JAAS based authentication. When submitting to the j_security_check (under my context /ned/sample) I get a default browser 403 error page with no exceptions thrown. The error occurs when the j_security_check is not included in a url-pattern within a web-resource-collection within a security-constraint. The same application works on Tomcat 3.2.3 and Jetty with no problems. Thanks, Paul