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

2005-10-26 Thread Jeroen Frijters
Roman Kennke wrote: > 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-sensiti

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

2005-11-09 Thread Roman Kennke
Am Mittwoch, den 26.10.2005, 15:26 +0200 schrieb Jeroen Frijters: > Roman Kennke wrote: > > 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, > > b