If a jar file retrieved from a URLConnection is closed, then creating new
URLConnections for the same URL would have problems accessing the jar file
content since the cache in JarFileFactory still holds a stale handle to the
old jar file object.
URLConnections for the same URL would have problems accessing the jar file
content since the cache in JarFileFactory still holds a stale handle to the
old jar file object.
- duplicates
-
JDK-4211817 JarURLConnection.openConnection() doesn't reflect current jar file contents
-
- Resolved
-