This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: convert protocol to lower case in constructor
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, Mark Wielaard <mark at klomp dot org>
- Date: 03 Jul 2004 19:47:13 -0600
- Subject: Re: Patch: convert protocol to lower case in constructor
- References: <1088863963.11383.3.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
Anthony> 2004-07-03 Anthony Green <green@redhat.com>
Anthony> * java/net/URL.java (URL): Convert protocol to lower case before
Anthony> doing anything, so we getURLStreamHandler() with the proper value.
Ok.
Tom