Re: [cp-patches] [PATCH] libjava: java.net.URI.relativize method results inconsistent with other Java VMs

2008-01-10 Thread Luciano Chavez
On Wed, 2008-01-09 at 13:54 +0100, Robert Schuster wrote: Hi, The second change involved removing a leading '/' from the returned relative path to make it consistent with results from other Java VMs. This patch corrects two issues found in URI.relativize() method in

[cp-patches] [PATCH] libjava: java.net.URI.relativize method results inconsistent with other Java VMs

2008-01-09 Thread Andrew Haley
Forwarding to Classpath list for approval. Andrew. ---BeginMessage--- Howdy, The full details about the two problems found in the libjava java.net.URI.relativize method are described in the following bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34369 along with a provided java based

Re: [cp-patches] [PATCH] libjava: java.net.URI.relativize method results inconsistent with other Java VMs

2008-01-09 Thread Robert Schuster
Hi, The second change involved removing a leading '/' from the returned relative path to make it consistent with results from other Java VMs. This patch corrects two issues found in URI.relativize() method in libjava/classpath/java/net/URI.java. It applies from gcc 4.1.2 through latest