Connection.java (unquote): New method.
commit3fefd0193cc8dcd50fe626a9d81719ba3c845a2f
authorAndrew Haley <aph@redhat.com>
Thu, 14 Jul 2005 18:20:10 +0000 (14 18:20 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 14 Jul 2005 18:20:10 +0000 (14 18:20 +0000)
tree8de981c27b99e5f3550c9d6ebf969b8edaec99fa
parentb11e14262e1381cc7e7322aec4d5be27bb15529b
Connection.java (unquote): New method.

2005-07-13  Andrew Haley  <aph@redhat.com>

        * gnu/java/net/protocol/file/Connection.java (unquote): New
        method.
        (connect): Unquote filename.
        gnu/java/net/protocol/jar/Connection.java (getInputStream):
        Likewise.
        (getJarFile): Likewise.

        * java/net/URLConnection.java (getContentHandler): Guard cast with
        instaceof.

        * java/net/URL.java (URL): If the file part of a spec is absolute,
        ignore the file part of its context.

From-SVN: r102029
libjava/ChangeLog
libjava/gnu/java/net/protocol/file/Connection.java
libjava/gnu/java/net/protocol/jar/Connection.java
libjava/java/net/URL.java
libjava/java/net/URLConnection.java