DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40076>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40076


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER




------- Additional Comments From [EMAIL PROTECTED]  2006-07-21 14:27 -------
(In reply to comment #1)
> Suspected, but un-verified problem : WS Security makes use of this as X509 
> issuer name, serial number token.  Using the class 
> org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial.  However, the 
> issuer DN is not RFC 2253 format.  Therefore, the issuer DN cannot be 
> identified after transportation because the represantation is not unique.

The WS Security implementation can workaround this by reparsing the DN into
a strict RFC 2253 format, ex:

String dn = new X500Principal(issuerSerial.getIssuerName()).getName();

Can you report this issue to them?

Your previous suggestion would also work, but unfortunately this would create
a dependency on JDK 1.5 for Apache XML Security and I'm not sure everyone is
ready to make that leap yet. Hopefully soon though, maybe the next release.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to