-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
master
The jarsigner -verify command currently performs verification by reading from JarFile to navigate the central directory (CEN) headers. It is enhanced to include cross-validation of entries. That is, the verification process now reads from both JarFile (CEN-based) and JarInputStream (stream-based) representations of the JAR.
- relates to
-
JDK-8353299 VerifyJarEntryName.java test fails
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/bbd5b174
-
Review(master) openjdk/jdk/23532