classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] RFC: Remove lowercasing of Windows paths


From: Roman Kennke
Subject: [cp-patches] RFC: Remove lowercasing of Windows paths
Date: Wed, 26 Oct 2005 08:57:59 +0000

Hi,

Ingo found a bug in the Windows path handling. In the PlatformHelper
class we lowercase all Windows paths. This is kind of naive and
shortsighted, because paths are not only file system paths, but can also
be paths inside JAR files etc, which actually ARE case-sensitive.

Ok to commit?

2005-10-26  Roman Kennke  <address@hidden>

        Reported by Ingo Proetel  <address@hidden>
        * gnu/java/io/PlatformHelper.java
        (toCanonicalForm): Remove lowercasing of paths in Windows. This
        breaks working with URLs, like when accessing files withing JAR
        files.

/Roman

Attachment: PlatformHelper.diff
Description: Text Data


reply via email to

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