https://bz.apache.org/bugzilla/show_bug.cgi?id=66009

--- Comment #8 from Remy Maucherat <r...@apache.org> ---
Using your test, I can see that getName(RFC1779) formatting matches
getSubjectDN, and RFC2253 does not.

Now, with a certificate with more stuff inside, I get something where
getSubjectDN returns EMAILADDRESS= and all the getName ones replace that with
OID.1.2.840.113549.1.9.1=, which reproduces the bug. Replacing getSubjectDN
with getSubjectX500Principal is simply not equivalent, so resolving the
deprecation will require more effort (see comment 2 ;) ).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to