This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/13972] gcj's URL() does not handle ContextURL + "/redir?http://domain2.com/index.html" correctly.
- From: "k dot allan-gcc at au dot darkbluesea dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2004 01:25:33 -0000
- Subject: [Bug libgcj/13972] gcj's URL() does not handle ContextURL + "/redir?http://domain2.com/index.html" correctly.
- References: <20040202012211.13972.k.allan-gcc@au.darkbluesea.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From k dot allan-gcc at au dot darkbluesea dot com 2004-02-02 01:25 -------
Created an attachment (id=5641)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5641&action=view)
Patch against gcc/libjava/java/net/URL.java
This patch will rectify the problem mentioned in the bug report... it's
probably not as efficient as it could be.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13972