https://bz.apache.org/bugzilla/show_bug.cgi?id=66195
--- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> --- (In reply to Behrooz Nobakht from comment #1) > Java doc on JarFile: > > https://docs.oracle.com/javase/9/docs/api/java/util/jar/JarFile.html Thank you for the link. 1. If you read the above Java 9 javadoc, you may see that "jdk.util.jar.enableMultiRelease" in that version of Java had 3 possible values: true, false, or force. So, why does your patch use a Boolean.parse() call? 2. The same Javadoc says: "Furthermore, the method isMultiRelease() returns false." Looking at PR, Tomcat calls isMultiRelease() just there, below the changed lines. In your use case that call should return "false", and no notable waste of resources should follow. Thus I see no worth in the proposed change. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org