-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b25
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226062 | 14 | Weijun Wang | P4 | Resolved | Fixed | team |
When signing a jarfile the specified alias is converted by JavaKeyStore (storetype JKS) to lower case.
When verifying the jarfile with the same alias, it is currently not converted by JKS to lower case and jarsigner reports that the jar is not signed by the alias even after having just signed it with that same alias if not all characters are in lower case.
When verifying the jarfile with the same alias, it is currently not converted by JKS to lower case and jarsigner reports that the jar is not signed by the alias even after having just signed it with that same alias if not all characters are in lower case.
- backported by
-
JDK-8226062 Jarsigner fails to verify signed by alias if alias given in wrong case
-
- Resolved
-