From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10935 invoked by alias); 16 Apr 2005 15:47:59 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 10921 invoked by uid 48); 16 Apr 2005 15:47:59 -0000 Date: Sat, 16 Apr 2005 15:47:00 -0000 Message-ID: <20050416154759.10919.qmail@sourceware.org> From: "gnu_andrew at member dot fsf dot org" To: java-prs@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-q2/txt/msg00140.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