summaryrefslogtreecommitdiff
path: root/libjava/java/net/URLStreamHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" ↵Per Bothner2001-03-191-1/+1
| | | | | | | | | "../../xxx" to "/xxx". * java/net/URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../xxx" to "/xxx". From-SVN: r40641
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
| | | | | | | | | * All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
| | | | From-SVN: r31504
* [multiple changes]Warren Levy1999-06-031-27/+76
| | | | | | | | | | | | | | | 1999-06-02 Warren Levy <warrenl@cygnus.com> * java/net/URL.java (URL(URL,String)): Initialize port to -1. Ignore context if spec is an absolute URL. Fix braindead string comparison. (hashCode): Use JDK 1.2 style algorithm. * java/net/URLStreamHandler.java (parseURL): Reimplement to handle context URL properly. 1999-05-30 Anthony Green <green@cygnus.com> * java/net/URLStreamHandler.java (parseURL): Parse relative URLs correctly. Clean up "/../" and "/./" path fragments. From-SVN: r27334
* Makefile.am (ordinary_java_source_files): Added new Connection and Handler ↵Warren Levy1999-04-151-1/+1
| | | | | | | | | | | | | | | | classes in gnu.gcj.protocol.file package. * Makefile.am (ordinary_java_source_files): Added new Connection and Handler classes in gnu.gcj.protocol.file package. * Makefile.in: Rebuilt. * gnu/gcj/protocol/file/Connection.java: New file. * gnu/gcj/protocol/file/Handler.java: New file. * gnu/gcj/protocol/http/Connection.java (getInputStream): Check if doInput allows input. (getOutputStream): Check if doOutput allows output. * java/net/URLStreamHandler.java (parseURL): Fix indentation. From-SVN: r26479
* Initial revisionTom Tromey1999-04-071-0/+107
From-SVN: r26263