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 2001/10/23 00:07:59 UTC

DO NOT REPLY [Bug 4352] New: - JDBCRealm does not work with CLIENT-CERT auth-method

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

JDBCRealm does not work with CLIENT-CERT auth-method

           Summary: JDBCRealm does not work with CLIENT-CERT auth-method
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: kar_yeow@eol.ieaust.org.au


When log in using CLIENT-CERT and MemoryRealm, the certificate's subject is 
used to match the user name to log the user in.  But when using the JDBCRealm , 
it fails, because the getPrincipal() method always return null!!!.