-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0
-
Fix Understood
-
sparc
-
solaris_2.5
The RMI spec does not say what Naming should do with empty names. First, it doesn't say that name is optional, which one might interpret to mean it can't be empty. Yet in the implementation, Naming.lookup has a magic unspecified special case of returning the registry if the name is empty. If an empty name is not allowed elsewhere, is MalformedURLException thrown or is the remote call actually made?