In Java Web Start 1,5 and before, The CodeSource of code loaded by the JNLPClassLoader has the Codebase of the location in the cache where the code was loaded from.
This could be changed to have the Codebase be the URL of the resource on the net
In JNLPClassLoader, a findResource() returns a JAR url of a file url of the jar in the cache.
In Java Plug-in if you do a findResource() you get a JAR url into the jar on the net.
These should be made consistant.
This could be changed to have the Codebase be the URL of the resource on the net
In JNLPClassLoader, a findResource() returns a JAR url of a file url of the jar in the cache.
In Java Plug-in if you do a findResource() you get a JAR url into the jar on the net.
These should be made consistant.
- duplicates
-
JDK-4690736 Add Jar indexing to Java Web Start, and update JNLPClassLoader.
-
- Resolved
-