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

2025-05-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11900 --- Comment #4 from GCC Commits --- The master branch has been updated by Jan Hubicka : https://gcc.gnu.org/g:064cac730f88dc71c6da578f9ae5b8e092ab6cd4 commit r16-372-g064cac730f88dc71c6da578f9ae5b8e092ab6cd4 Author: Jan Hubicka Date: Sun May

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

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- 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 <[EMAIL PROTECTED]> * java/rmi/Naming.java: Added class documentation. (lookup(String)): Call parseURL and getName.

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

2005-04-16 Thread gnu_andrew at member dot fsf dot org
--- Additional Comments From gnu_andrew at member dot fsf dot org 2005-04-16 15:47 --- I'm attaching a patch which I've just committed to GNU Classpath CVS. This fixes this problem, using java.net.URI for interpretation as suggested. All methods also now follow a common scheme, via the