classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Patch java.net.URLStreamHandler


From: Jeroen Frijters
Subject: [cp-patches] FYI: Patch java.net.URLStreamHandler
Date: Mon, 8 Nov 2004 10:40:10 +0100

Hi,

I committed the attached patch to fix URL canonicalisation. Using
File.getCanonicalPath() makes no sense, because it uses file system
canonicalisation rules (and on some systems even tries to access the
file system) and not just "file" URLs need canonicalisation.

Regards,
Jeroen

2004-11-08  Jeroen Frijters  <address@hidden>

        * java/net/URLStreamHandler.java
        (parseURL): Fixed file path canonicalisation.

Attachment: URLStreamHandler.patch
Description: URLStreamHandler.patch


reply via email to

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