]
Greg Autric updated SECURITY-875:
---------------------------------
Attachment: CertificateTestCase.java
Test Case
SubjectCNMapping doesn't not manage correctly "Special
Characters" like , (comma)
-----------------------------------------------------------------------------------
Key: SECURITY-875
URL:
https://issues.jboss.org/browse/SECURITY-875
Project: PicketBox
Issue Type: Bug
Components: JBossSX
Reporter: Greg Autric
Assignee: Stefan Guilhen
Attachments: CertificateTestCase.java, keystore.jks
If we have a certificate with a DN like this
"CN=Picketbox\, vault 2, OU=picketbox, O=JBoss, L=chicago, ST=il, C=us" (comma
after Picketbox)
we get a Principal with ["picketbox] name instead of [Picketbox, vault 2]