1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update SubjectDnX509PrincipalExtractor.java

Added missing asterisk
This commit is contained in:
sunflower-seed
2018-10-17 18:23:03 +02:00
committed by Rob Winch
parent 921abefaa2
commit 03a3a3b770
@@ -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