Integrated: 8268613: jar --validate should check inital entries of a JAR file

Christian Stein cstein at openjdk.org
Mon Nov 17 07:56:36 UTC 2025


On Wed, 5 Nov 2025 17:29:10 GMT, Christian Stein <cstein at openjdk.org> wrote:

> Please review this change to include a validation check for expecting an optional JAR manifest entry being the first or second entry in JAR file. As the second entry, it must be only preceeded by an entry for the `META-INF/` directory.

This pull request has now been integrated.

Changeset: 8690d263
Author:    Christian Stein <cstein at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8690d263d9dd0fd06ed41d9529fd8cc84e1c08c8
Stats:     111 lines in 3 files changed: 111 ins; 0 del; 0 mod

8268613: jar --validate should check inital entries of a JAR file

Reviewed-by: lancea, jvernee

-------------

PR: https://git.openjdk.org/jdk/pull/28154


More information about the compiler-dev mailing list