Details
-
Bug
-
Resolution: Fixed
-
P4
-
openjdk8u292
-
b02
-
generic
-
generic
Description
Backport of JDK-8256421 added test to wrong location, namely:
jdk/test/jdk/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java
while it should be
jdk/test/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java
That's where other CA tests live in 8u.
jdk/test/jdk/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java
while it should be
jdk/test/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java
That's where other CA tests live in 8u.
Attachments
Issue Links
- relates to
-
JDK-8256421 Add 2 HARICA roots to cacerts truststore
- Resolved