RFR: 8341775: Duplicate manifest files are removed by jarsigner after signing [v8]
Sean Mullan
mullan at openjdk.org
Wed Mar 12 16:45:02 UTC 2025
On Tue, 11 Mar 2025 17:30:54 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).
>
> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>
> review comments
src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line 1257:
> 1255: }
> 1256:
> 1257: if(hasMultipleManifests) {
Nit: add space after `if`, also on lines 1983, 1990.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22222#discussion_r1991896538
More information about the security-dev
mailing list