[jboss-jira] [JBoss JIRA] (JBWEB-217) CLIENT_CERT org.apache.catalina.authenticator.SSLAuthenticator.java
Radek Rodak (Created) (JIRA)
jira-events at lists.jboss.org
Tue Dec 20 12:42:09 EST 2011
CLIENT_CERT org.apache.catalina.authenticator.SSLAuthenticator.java
-------------------------------------------------------------------
Key: JBWEB-217
URL: https://issues.jboss.org/browse/JBWEB-217
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tomcat
Affects Versions: JBossWeb-7.0.0.CR1
Reporter: Radek Rodak
Assignee: Remy Maucherat
Hi
In SSLAuthenticator I see:
register(request, response, principal, "CLIENT_CERT", null, null);
According to spec should it not be "CLIENT-CERT" ?
So in source Code:
register(request, response, principal, "CLIENT-CERT", null, null);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list