This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix URLStreamHandler.parseURL for Win32
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: 28 Jun 2004 15:15:28 -0600
- Subject: Re: [PATCH] Fix URLStreamHandler.parseURL for Win32
- References: <FASPLKVRLJSZYSRD8JDKE6HE75PNUP.40de51bf@d7500>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> (Is this the right list or do I need to send these sort of things
Mohan> to the Classpath folks too?)
In this situation, the offending change came from classpath, so I
would suggest discussing it there.
This patch makes sense to me, but would perhaps benefit from more
eyes. This code has always been tricky, I get the feeling I'm missing
something.
Tom