Re: Code Review 7030649: URL.equals() fails to compare jar urls

2011-04-15 Thread Chris Hegarty
On 04/14/11 05:56 PM, Michael McMahon wrote: Chris Hegarty wrote: Alan, Michael, This is an old issue. JAR URLs may not compare equal when their enclosing URL's are. The reason is that URLStreamHandle.equals(URL,URL) and sameFile(URL,URL) doesn't know about the composite URL syntax used by JA

Re: Code Review 7030649: URL.equals() fails to compare jar urls

2011-04-14 Thread Michael McMahon
Chris Hegarty wrote: Alan, Michael, This is an old issue. JAR URLs may not compare equal when their enclosing URL's are. The reason is that URLStreamHandle.equals(URL,URL) and sameFile(URL,URL) doesn't know about the composite URL syntax used by JAR URLs. To resolve this we should overridden