-
Bug
-
Resolution: Fixed
-
P3
-
1.1beta2, 1.0.2, 1.1, 1.1.3, 1.1.4, 1.1.5
-
1.2beta3
-
generic, x86, sparc
-
solaris_2.5.1, windows_95
-
Not verified
parseURL() in URLStreamHandler does not completely follow the spec for URLs at http://www.internic.net/rfc/rfc1738.txt
It will not handle cases where the URL is in the format
protocol://user:passwd@host:port, instead, once it sees the ":" between user and password, it assumes a host:port format automatically.
ann.sunhachawee@eng 1997-10-29:
Please see comments for another web site where we do not parse URLs with ":" properly. The additional info in the comments is from bug 4087121, which was filed against the HJB, but the relevant information is now included in this bug so the other was closed as a dup.
It will not handle cases where the URL is in the format
protocol://user:passwd@host:port, instead, once it sees the ":" between user and password, it assumes a host:port format automatically.
ann.sunhachawee@eng 1997-10-29:
Please see comments for another web site where we do not parse URLs with ":" properly. The additional info in the comments is from bug 4087121, which was filed against the HJB, but the relevant information is now included in this bug so the other was closed as a dup.
- duplicates
-
JDK-4106110 FTP protocol does not support user name / password format
-
- Closed
-
-
JDK-4050928 URLs of the form news:hierarchy.group throw MalformedURLExceptions in new URL( )
-
- Closed
-
-
JDK-4071797 Userid and password fields in URL are not recognized
-
- Closed
-
-
JDK-4046033 The URL class does not understand ftp://user:passwd@server syntax
-
- Closed
-
- relates to
-
JDK-4301114 Regression ftp/UserAndPasswordTest fails
-
- Closed
-