commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: java.net.URL and java.net.URLStreamHandler


From: Michael Koch
Subject: Re: FYI: java.net.URL and java.net.URLStreamHandler
Date: Tue, 30 Dec 2003 23:23:42 +0100
User-agent: Mutt/1.3.28i

On Tue, Dec 30, 2003 at 08:01:17PM +0100, Guilhem Lavaux wrote:
> Hi,
> 
> Finally here is the patch which should solve the problems encountered 
> with URLs concerning relative path transformed into absolute path. I'll 
> commit it tomorrow. I've corrected some mauve tests to make them pass 
> with JDK and follow more closely the spec.
> 
> Guilhem.

> Index: ChangeLog
> ===================================================================
> RCS file: /cvsroot/classpath/classpath/ChangeLog,v
> retrieving revision 1.1737
> diff -u -r1.1737 ChangeLog
> --- ChangeLog 29 Dec 2003 21:50:35 -0000      1.1737
> +++ ChangeLog 30 Dec 2003 18:57:02 -0000
> @@ -1,3 +1,11 @@
> +2003-12-30 Guilhem Lavaux <address@hidden>
> +
> +     * java/net/URLStreamHandler.java
> +     (parseURL): Leave path relative in any case.
> +

We dont need this new line in changelog entries. It doesnt make the
content clearer. Just my 2 cents.

> +     * java/net/URL.java
> +     (URL): Change context path to "/" if it is empty.

This fixes the last remaining URL.newURL mauve testsuite failure, thx.

FAIL: gnu.testlet.java.net.URL.newURL: http://www.kaffe.org + foo/bar =
http://www.kaffe.org/foo/bar (number 1)
> +
>  2003-12-29 Guilhem Lavaux <address@hidden>
>  

Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]