This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/11900] java.rmi.Naming does not parse rmi: URIs correctly


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-15 21:35 -------
Fixed on the mainline:
2005-04-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
        
        * java/rmi/Naming.java:
        Added class documentation.
        (lookup(String)): Call parseURL and getName.
        (bind(String,java.rmi.Remote)): Likewise.
        (unbind(String)): Likewise.
        (rebind(String, java.rmi.Remote)): Likewise.
        (list(String)): Call parseURL.
        (parseURL(String)): New method to handle parsing and defaults.
        (getName(java.net.URL)): New method to handle finding the service name.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11900


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]