JDK-8154491 : [TEST_BUG] test/closed/security/infra/java/security/cert/CertPathValidator/certification/ValidatePathWithParams.java needs modification
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8u91
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-04-18
  • Updated: 2017-05-19
  • Resolved: 2016-04-18
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.

To download the current JDK release, click here.
JDK 8
8u101 b05Fixed
Related Reports
Relates :  
Relates :  
Description
With fix 8145954: Add new DigiCert roots
    went into 8u91 and then
8075290: CA certification tests
    went into 8u102, it's found that testcase in 8u91 needs some modification.

As Sean M pointed out, 8u92 is correct except a change is needed in it:

>     <             + FS + "jre" + FS + "lib" + FS + "security" + FS + "cacerts";
>     ---
>      >             + FS + "lib" + FS + "security" + FS + "cacerts";

The test was skipped with 8u91 because of 8154488.