> The jarsigner -verify command currently performs verification by reading from > JarFile to navigate the central directory (CEN) headers. It is now enhanced > to include cross-validation of entries between JarFile (CEN-based) and > JarInputStream (stream-based) representations of the JAR. It emits earnings > when detecting discrepancies between a JAR file’s central directory and its > local file entries.
Hai-May Chao has updated the pull request incrementally with one additional commit since the last revision: Update test to include validating the un-modified jar ------------- Changes: - all: https://git.openjdk.org/jdk/pull/23532/files - new: https://git.openjdk.org/jdk/pull/23532/files/0d53befd..15544e22 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=23532&range=10 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23532&range=09-10 Stats: 45 lines in 1 file changed: 21 ins; 15 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/23532.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/23532/head:pull/23532 PR: https://git.openjdk.org/jdk/pull/23532