From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21699 invoked by alias); 14 Jan 2005 13:21:54 -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 21496 invoked by uid 48); 14 Jan 2005 13:21:38 -0000 Date: Fri, 14 Jan 2005 13:21:00 -0000 From: "Fabian dot Groffen at cwi dot nl" To: java-prs@gcc.gnu.org Message-ID: <20050114132136.19444.Fabian.Groffen@cwi.nl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/19444] New: GCJ implementation of java.net.URI misses host support X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00102.txt.bz2 List-Id: The implementation in cvs for GCJ's java.net.URI does currently not store the hostname attribute from a URI. It seems as if this variable is just forgotten to be assigned in the URI(String) constructor. The effect of this is that a getHost() method call always returns null because its underlying variable host is never set. -- Summary: GCJ implementation of java.net.URI misses host support Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Fabian dot Groffen at cwi dot nl CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19444