Hi all,

This change fixes --
6500133: CertificateParsingException for CRL Distribution Point with blank; and
6931888: Inconsistent behavior for invalid URI name in cert file

CRs:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6500133
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6931888

They are effectively duplicates, both regarding an exception thrown when parsing CRL Distribution Point URIs with invalid characters, like a space or backslash. This change uses sun.net.www.ParseUtil.encodePath(String) to re-encode bad URIs.

Webrev: http://cr.openjdk.java.net/~juh/6500133/webrev.00/

Thanks,
Jason

Reply via email to