From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11100 invoked by alias); 16 Apr 2005 15:48:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10915 invoked by uid 48); 16 Apr 2005 15:47:59 -0000 Date: Sat, 16 Apr 2005 15:48:00 -0000 Message-ID: <20050416154759.10914.qmail@sourceware.org> From: "gnu_andrew at member dot fsf dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030813015819.11900.mckinlay@redhat.com> References: <20030813015819.11900.mckinlay@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/11900] java.rmi.Naming does not parse rmi: URIs correctly X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg02161.txt.bz2 List-Id: ------- 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 use of two new private methods. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11900