Name: skT88420 Date: 09/07/99
=20
URL url =3D new URL ("http://www.ti.fhg.de");
System.out.println (url.toString ());
The result in JDK 1.1 and JDK 1.2 is:
http://www.ti.fhg.de/
The result in JDK 1.3 is:
http://www.ti.fhg.de
I have not found a bug or a release-note, that could explain the difference=
.
Is this a bug or a feature
(Review ID: 94935)=20
======================================================================