The class sun.net.www.protocol.jar.URLJarFile may confuse the location of a resource for a URL which specifies the file: scheme.
According to RFC 1738 the file URL scheme has the following syntax:
file://<host>/<path>
The current implementation of this class assumes that if the scheme is file
the resource will be reachable as a local file and ignores the possibility that the <host> may be specified.
According to RFC 1738 the file URL scheme has the following syntax:
file://<host>/<path>
The current implementation of this class assumes that if the scheme is file
the resource will be reachable as a local file and ignores the possibility that the <host> may be specified.