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

Form Based Authentication Not Triggered By Coyote JK Connector

           Summary: Form Based Authentication Not Triggered By Coyote JK
                    Connector
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows NT/2K
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am using Form-Based Authentication for one of my webapps. When I access the 
app through the standard Coyote HTTP connector (i.e. on port 8080), the login 
form appears as expected. However, when I access the same page through the 
ISAPI redirector, the login page does not appear. Instead, I am taken directly 
to the 403 Access Denied message.

I have looked at input to the authentication realm and it appears that when the 
ISAPI redirector is used, the validate() method is never called and the hasRole
() method is getting called with the Principal name set to "".

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to