This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] PR libgcj/19444 - java.net.URI fixes
- From: Tom Tromey <tromey at redhat dot com>
- To: "Michael Koch" <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 15 Jan 2005 15:00:25 -0700
- Subject: Re: [Patch] PR libgcj/19444 - java.net.URI fixes
- References: <20050115162227.GA20878@asterix.konqueror.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I wrote the attached patch to fix PR libgcj/19444. The
Michael> problem was that userInfo, host and port where never
Michael> initialized from the authority. I wrote some (368) new mauve
Michael> testcases for java.net.URI. 11 testcases are still failing
Michael> after these fixes but it still works better then before.
Michael> Ok to commit to trunk ?
With the changes Mark suggested, yes. Thanks.
Tom