The URL class of JDK 1.1 does not seem to understand the following
syntax :
ftpurl = new URL ("ftp://user:passwd@server");
That syntax works well as an html URL with netscape but not with hotjava.
We've got a message telling that the server "user" has no DNS entry.
syntax :
ftpurl = new URL ("ftp://user:passwd@server");
That syntax works well as an html URL with netscape but not with hotjava.
We've got a message telling that the server "user" has no DNS entry.
- duplicates
-
JDK-4086109 parseURL does not follow spec
-
- Closed
-