-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
hopper
-
sparc
-
solaris_2.5
-
Verified
Name: apR10100 Date: 01/16/2002
java.rmi.Naming spec contain the following sentence:
"The Naming class's methods take, as one of their arguments,
a name that is a URL formatted java.lang.String of the form:
//host:port/name
where host is the host (remote or local) where..."
But "//host:port/name" is not well-formed URL, according
to the RFC 1738:
"; The generic form of a URL is:
genericurl = scheme ":" schemepart"
Scheme part of the URL used for rmi communications should
be specified.
======================================================================
- relates to
-
JDK-4626311 Protocol "rmi:" is used in contrary to spec
- Closed