Is sun.net.www.protocol.jar.JarURLConnection Supported?
Alan Bateman
Alan.Bateman at Sun.COM
Thu Oct 23 18:38:08 UTC 2008
Ole Ersoy wrote:
> Hi,
>
> I hope this is the right list. Just wondering whether
> sun.net.www.protocol.jar.JarURLConnection is supported by OpenJDK.
In the URL spec it lists the protocol handlers that are required to be
present. The "jar" protocol is required (and JarURLConnection is the
implementation). The net-dev at openjdk.java.net mailing list is where this
code is developed and maintained. You also also find help in the
networking forum on java.sun.com.
-Alan.
More information about the core-libs-dev
mailing list