RFR: 8283280: Improve exception messages with -Dsun.misc.URLClassPath.disableJarChecking=false
Alan Bateman
alanb at openjdk.java.net
Fri Mar 18 08:59:35 UTC 2022
On Wed, 16 Mar 2022 22:00:15 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> This change improves an exception message to include a path, e.g. `Invalid Jar file: some.jar` instead of just `Invalid Jar file`.
>
> The exception is currently [always being caught and ignored](https://github.com/openjdk/jdk/blob/3e393047e12147a81e2899784b943923fc34da8e/src/java.base/share/classes/jdk/internal/loader/URLClassPath.java#L459-L461) so this visible to users of the API, it's just helpful for debugging.
As with PR7861, I think this will require security input (it might be that jdk.includeInExceptions=jar will be required here, needs analysis).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7848
More information about the core-libs-dev
mailing list