-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b120
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030255 | 8u5 | Vivek Rao | P4 | Resolved | Fixed | b01 |
JDK-8034476 | 7u65 | Vivek Rao | P4 | Resolved | Fixed | b01 |
JDK-8029912 | 7u60 | Vivek Rao | P4 | Closed | Fixed | b02 |
When testGetValidationStateWithUntrustedCertificate() is called, it tests for the validation state. This in turn calls many classes and PKIXValidator.java is one of them. The constructor in this class has a for loop which checks for different certificates and adds the public key into a key list whose scope is within the same for loop (hence not being used at all). Since the getPublicKey() method is tested from the Test file, no implementation is given, instead it throws an exception.
- backported by
-
JDK-8030255 Unit Test: TrustDeciderTest throws exception
- Resolved
-
JDK-8034476 Unit Test: TrustDeciderTest throws exception
- Resolved
-
JDK-8029912 Unit Test: TrustDeciderTest throws exception
- Closed