-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b96
-
generic
-
generic
-
Verified
DOC:
URLClassLoader(urls, parentClassLoader, factory)
factory - the URLStreamHandlerFactory to use when creating URLs
But when new URLs are creating is not clear. URLClassLoader gives already created URLs, so there are no reasons for creating new. Need more detailed description for what factory is used.
URLClassLoader(urls, parentClassLoader, factory)
factory - the URLStreamHandlerFactory to use when creating URLs
But when new URLs are creating is not clear. URLClassLoader gives already created URLs, so there are no reasons for creating new. Need more detailed description for what factory is used.
- relates to
-
JDK-6454426 URLClassLoader: URLs that ends with "jar!/" is not assumed to refer to a jar file
- Open
-
JDK-6475732 URLClassLoader: Circumstance under which new URLs wiil be created is not clear.
- Closed