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=30352>. 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=30352 CLIENT-CERT auth doesn't work with DataSourceRealm and JDBCRealm Summary: CLIENT-CERT auth doesn't work with DataSourceRealm and JDBCRealm Product: Tomcat 5 Version: 5.0.27 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CLIENT-CERT authentication, as defined in RealmBase, requires working getPrincipal() method. However, DataSourceRealm and JDBCRealm have dummy getPrincipal(), which always returns null, so CLIENT-CERT auth doesn't work with these realms. Why is it like that? Will it be fixed? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]