]> git.ipfire.org Git - thirdparty/gcc.git/commit
URLStreamHandler.java (parseURL): If original file ends with "/", so must canonical...
authorTom Tromey <tromey@redhat.com>
Fri, 12 Sep 2003 01:08:18 +0000 (01:08 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 12 Sep 2003 01:08:18 +0000 (01:08 +0000)
commit030612a110957f96af1496e1cbf0be58a1cd1359
treecc393aee173f98e9c7405d011a5edcfacc64ebb6
parente4bee82f89b273c15b0b364aa9cf22bb121673b4
URLStreamHandler.java (parseURL): If original file ends with "/", so must canonical result.

* java/net/URLStreamHandler.java (parseURL): If original file
ends with "/", so must canonical result.
* java/io/natFilePosix.cc (getCanonicalPath): Clean up snafus
with nul-termination and finding previous "/".

From-SVN: r71327
libjava/ChangeLog
libjava/java/io/natFilePosix.cc
libjava/java/net/URLStreamHandler.java