]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorMichael Koch <mkoch@gcc.gnu.org>
Thu, 22 Apr 2004 07:02:26 +0000 (07:02 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 22 Apr 2004 07:02:26 +0000 (07:02 +0000)
commite930d01a4fb071e00edb80bc0c5a878733394bbf
treef41e95314a0b8cd69db84e7e7c3823e647e7bd42
parent5d79367d7af65892dff13ab3d0e0747d71ddd6e8
[multiple changes]

2004-04-22  Jeroen Frijters <jeroen@sumatra.nl>

* java/net/URLStreamHandler.java
(parseURL): Convert the file path to using '/' instead of native
file separator.

2004-04-22  Guilhem Lavaux <guilhem@kaffe.org>

* java/net/URL.java
(userInfo): New field.
(URL): Set authority to the right value.
(setURL): Fixed authority and file initialization.
* java/net/URLStreamHandler.java
(parseURL): Take care of the query tag. Build authority.
(toExternalForm): Fixed URL building using authority.

From-SVN: r81006
libjava/ChangeLog
libjava/java/net/URLConnection.java
libjava/java/net/URLStreamHandler.java