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=11271>. 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=11271 Filter was ignored while using FORM authentication? Summary: Filter was ignored while using FORM authentication? Product: Tomcat 4 Version: 4.0.4 Final Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I used filter and it worked as well as I thought in Tomcat4.0.3. I tried to add FORM authentication to a filtered servlet, but the filter seems to be ignored after the custom authentication form being submitted,authenticated,and then passed to the servlet directly, no matter the <filter-mapping> in the web.xml file is set with <servlet-name> or <url-pattern>. After I changed the authentication method to BASIC, the filter worked successfully as I thought. Suppose this is a bug in Tomcat4.0.3, I deployed the same code in Tomcat4.0.4,and it works the same as in Tomcat4.0.3. I am not sure whether this is a bug or I do something wrong. Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>