You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/06/16 21:26:09 UTC

DO NOT REPLY [Bug 29622] New: - HttpServletRequest.getAuthType() always returns null

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29622>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29622

HttpServletRequest.getAuthType() always returns null

           Summary: HttpServletRequest.getAuthType() always returns null
           Product: Tomcat 5
           Version: 5.0.25
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: tague@minion.net


The HttpServletRequest.getAuthType() method always returns a null when SSL is
used even if Client Auth is enabled and working.  According to the documentation
the constant HttpServletRequest.CLIENT_CERT_AUTH should be returned.

The actual Client Auth functionality works correctly only the authentication
mechanism is not correctly reported to the Servlet through the getAuthType API.

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