logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: FYI: java.util.GregorianCalendar and java.net.URLStreamHandler: msg#00088

Subject: Re: FYI: java.util.GregorianCalendar and java.net.URLStreamHandler
Michael Koch wrote:

On Mon, Dec 29, 2003 at 01:03:39PM +0100, Guilhem Lavaux wrote:
Hi,

Here are two small fixes: one from Ito about DAY_OF_WEEK_IN_MONTH and another to fix relative path which should be transformed into absolute in URLs.

Why do you commit two totally independant things in one commit ?

The patch was sufficiently small to be put in only one piece. Apparently, I shouldn't have to...

        // Or this is an absolute path name; ignore any file context.
        file = spec.substring(start, end);
+       if (start < end && spec.charAt(start) != '/')
+         file = "/" + file;
        ref = null;
}

Why is this patch actually needed ? It changed nothing for libgcj when I
tried it.


It fixes three tests on kaffe (two in URLTest and one in newURL). I'm rechecking gcj...

Guilhem.


<Prev in Thread] Current Thread [Next in Thread>