-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b63
-
generic
-
generic
The URI 'abc://' isn't recognized as a valid URI.
'abc:' is schema.
'//': hier-part ::= "//" authority path-abempty
'': authority ::= [userinfo "@"] host [":" port]
'': host ::= IP-literal | IPv4address | reg-name
'': reg-name ::= *(...)
authority can be empty
'': path-abempty ::= *("/" segment)
can be empty too
(see RFC 3986)
'abc:' is schema.
'//': hier-part ::= "//" authority path-abempty
'': authority ::= [userinfo "@"] host [":" port]
'': host ::= IP-literal | IPv4address | reg-name
'': reg-name ::= *(...)
authority can be empty
'': path-abempty ::= *("/" segment)
can be empty too
(see RFC 3986)
- relates to
-
JDK-6356783 URL(String) constructor does not conform to RFC 1738 for file URL specifications
-
- Closed
-