RFR: 8159393 - jlink should print a warning that a signed modular JAR will be treated as unsigned
Alan Bateman
Alan.Bateman at oracle.com
Mon Nov 7 14:11:34 UTC 2016
On 07/11/2016 13:26, Jim Laskey (Oracle) wrote:
> Revising to
>
> String name = entry.name().toUpperCase(Locale.ENGLISH);
>
> return name.startsWith("META-INF/") && name.indexOf('/', 9) == -1 && (
> name.endsWith(".SF") ||
> name.endsWith(".DSA") ||
> name.endsWith(".RSA") ||
> name.endsWith(".EC") ||
> name.startsWith("META-INF/SIG-")
> );
>
>
Good, I think this is right now but I'm sure Sean or Max will jump in at
some point to say for sure.
-Alan
More information about the jigsaw-dev
mailing list