Update SubjectDnX509PrincipalExtractor.java
Added missing asterisk
This commit is contained in:
parent
e26bb2b326
commit
2e6ff72c31
|
@ -36,7 +36,7 @@ import java.util.regex.Matcher;
|
|||
* expression "CN=(.*?)(?:,|$)" matches the common name field. So
|
||||
* "CN=Jimi Hendrix, OU=..." will give a user name of "Jimi Hendrix".
|
||||
* <p>
|
||||
* The matches are case insensitive. So "emailAddress=(.?)," will match
|
||||
* The matches are case insensitive. So "emailAddress=(.*?)," will match
|
||||
* "EMAILADDRESS=jimi@hendrix.org, CN=..." giving a user name "jimi@hendrix.org"
|
||||
*
|
||||
* @author Luke Taylor
|
||||
|
|
Loading…
Reference in New Issue