-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
9
-
None
Currently JarFile.getJarEntry().getName() returns the base entry name for a versioned entry. This is essentially a logical name that, for a multi-release jar, maps to the true name of the entry.
This issue is to consider creating a public method (e.g. getRealName() or getTrueName()) that allows a JarFile client to obtain the real name of a JarEntry.
This issue is to consider creating a public method (e.g. getRealName() or getTrueName()) that allows a JarFile client to obtain the real name of a JarEntry.
- is blocked by
-
JDK-8151542 URL resources for multi-release jar files have a #runtime fragment appended to them
-
- Resolved
-