-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
b06
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215060 | 7u4 | Weijun Wang | P4 | Closed | Fixed | b01 |
jarsigner includes a certpath validation check, and shows a warning when the check fails. The CertPathValidator object, unfortunately, is initialized in a method that can only be executed if a local keystore is found (either ~/.keystore or specified by -keystore). Therefore, if there is no local keystore but the jarfile's signer can be directly verified by a cert in cacerts, we still see this warning.
- backported by
-
JDK-2215060 jarsigner error when no $HOME/.keystore
-
- Closed
-