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
This commit is contained in:
committed by
Andrew Haley
parent
b11e14262e
commit
3fefd0193c
@@ -1,3 +1,18 @@
|
||||
2005-07-14 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.
|
||||
|
||||
2005-07-14 Aaron Luchko <aluchko@redhat.com>
|
||||
|
||||
* gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
|
||||
|
||||
Reference in New Issue
Block a user