RFR: 8341775: Duplicate manifest files are removed by jarsigner after signing

Kevin Driver kdriver at openjdk.org
Tue Nov 19 19:40:31 UTC 2024


On Mon, 18 Nov 2024 22:40:40 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

> JDK-8341775: In the case where there is a *single* META-INF directory but potentially *multiple* manifest files of different cases, print a warning before selecting the first one and ignoring the rest (the current behavior should be maintained).
> 
> **Note**: We cannot (so far) pass whether the verbose flag is set to the class that does this processing. We may want to add a property to the builder for this. As-is, the message will be printed via `System.err` whether verbose is set or not.

@haimaychao would you mind taking a look please?

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

PR Comment: https://git.openjdk.org/jdk/pull/22222#issuecomment-2484298114


More information about the security-dev mailing list