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

Reply via email to