JDK-8157667 : sun/security/x509/URICertStore/ExtensionsWithLDAP.java has to be updated due to JDK-8134577
Type:Bug
Component:security-libs
Sub-Component:java.security
Affected Version:9
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2016-05-24
Updated:2016-07-15
Resolved:2016-07-07
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Can you please run these with -Djava.security.debug=certpath -Djavax.net.debug=all
27-05-2016
It failed on all of platforms.
Expected exception: java.security.cert.CertPathValidatorException: Could not determine revocation status
STDERR:
java.lang.RuntimeException: A hostname from CRLDP extension not requested
at ExtensionsWithLDAP.main(ExtensionsWithLDAP.java:178)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
JavaTest Message: Test threw exception: java.lang.RuntimeException: A hostname from CRLDP extension not requested
JavaTest Message: shutting down test
27-05-2016
John, please run this test on all platforms to make sure it pass and if it does, please remove it from ProblemList.