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=25194>.
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=25194

Filters are not matched to j_security_check

           Summary: Filters are not matched to j_security_check
           Product: Tomcat 4
           Version: 4.1.29
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Dear all,

the servlet spec 2.3 doesn't provide a direct hook for a user is authenticated 
event. The only possible way (which is also proposed by some postings in the 
web) seems to be to map a filter to the "Resource" j_security_check and do the 
necessary things when the filterchain.doFilter() method returns and before the 
server sends the redirect to the original Resource to the client. We have tried 
this way with a form based login but the filter isn't called.

Best regards

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to