Name: stC104175 Date: 04/13/2000
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
(This is taken from a real site)
The next line:
URL test = new URL(new URL("http://www.beyondcomputingmag.com/index.asp?
archive/index.html"), "navigation/navnew.html");
will construct a URL which is
http://www.beyondcomputingmag.com/index.asp?archive/navigation/navnew.html
instead of :
http://www.beyondcomputingmag.com/navigation/navnew.html
as it should.
(Review ID: 103644)
======================================================================
- relates to
-
JDK-4913482 REGRESSION: codebase URL that worked in jdk1.3.x isn't working anymore
-
- Closed
-