RFR: 8338445: jdk.internal.loader.URLClassPath may leak JarFile instance when dealing with unexpected Class-Path entry in manifest [v2]

Jaikiran Pai jpai at openjdk.org
Tue Nov 26 07:02:47 UTC 2024


On Tue, 27 Aug 2024 07:24:51 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> The tutorial for creating manifest files and adding Class-Path entry, I think, is the more commonly visited one https://docs.oracle.com/javase/tutorial/deployment/jar/downman.html (at least that's the one I usually find in search results). I wonder if that tutorial page can be improved a bit or at least point to the specification page of the Class-Path attribute.

For the record, that tutorial page https://docs.oracle.com/javase/tutorial/deployment/jar/downman.html has now been updated to clarify the usage of `Class-Path` attribute.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20691#issuecomment-2499812113


More information about the core-libs-dev mailing list