Bug 4352

Summary: JDBCRealm does not work with CLIENT-CERT auth-method
Product: Tomcat 4 Reporter: kar yeow <kar_yeow>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal CC: dev, nacho
Priority: P3    
Version: 4.0.1 Final   
Target Milestone: ---   
Hardware: All   
OS: other   

Description kar yeow 2001-10-22 15:07:58 UTC
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!!!.
Comment 1 Craig McClanahan 2001-10-29 12:36:12 UTC
Assign to myself for investigation.
Comment 2 Mark Thomas 2004-09-12 22:08:25 UTC
The issue here is a subset of the issues in the duplicate.

*** This bug has been marked as a duplicate of 19767 ***