From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13049 invoked by alias); 18 May 2004 10:39:15 -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 13025 invoked by uid 48); 18 May 2004 10:39:13 -0000 Date: Tue, 18 May 2004 10:39:00 -0000 From: "elizarov at devexperts dot com" To: java-prs@gcc.gnu.org Message-ID: <20040518103908.15509.elizarov@devexperts.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/15509] New: URL.connect does not include port into the "Host:" header field of HTTP request X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00111.txt.bz2 List-Id: When connection is attempted with URL class to something like "myhost:8080/myfile" the following header is generated: Host: myhost But it should be: Host: myhost:8080 -- Summary: URL.connect does not include port into the "Host:" header field of HTTP request Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: elizarov at devexperts dot com 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=15509