This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: gnu.java.net.protocol.jar.Handler
On Sat, Dec 20, 2003 at 12:56:14PM +0100, Guilhem Lavaux wrote:
> Michael Koch wrote:
>
> >On Sat, Dec 20, 2003 at 10:28:19AM +0100, Guilhem Lavaux wrote:
> >
> >
> >
> >>Oh, yeah. Apparently someone merged it into
> >>gnu/testlet/java/net/newURL.java.
> >>
> >>
> >
> >After applying all your patches you sent I have rerun Mauve I get still
> >one failure (three others are fixed):
> >
> >FAIL: gnu.testlet.java.net.URL.newURL: http://www.kaffe.org + foo/bar =
> >http://www.kaffe.org/foo/bar (number 1)
> >
> >Do you have a little patch at hand to fix this too ?
> >
> >
>
> Hmmm.... in URLStreamHandler.java (kaffe's CVS) I've also modified
> something concerning spec. This should be related: if the context URL
> hasn't any attached file context we should prepend '/' to the relative
> file spec.
Well, this breaks around 30 or more tescases. I will commit now other
patches. Its still better then nothing.
Michael