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
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