Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 14337 invoked from network); 22 Mar 2006 15:38:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Mar 2006 15:38:36 -0000 Received: (qmail 28487 invoked by uid 500); 22 Mar 2006 15:38:35 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 28466 invoked by uid 500); 22 Mar 2006 15:38:35 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 28455 invoked by uid 99); 22 Mar 2006 15:38:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 07:38:35 -0800 X-ASF-Spam-Status: No, hits=-8.6 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50,USERPASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 07:38:34 -0800 Received: by ajax.apache.org (Postfix, from userid 65534) id DD0A56ACAA; Wed, 22 Mar 2006 15:38:13 +0000 (GMT) From: bugzilla@apache.org To: httpclient-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 37988] - UserInfo disapears after creating URI In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060322153813.DD0A56ACAA@ajax.apache.org> Date: Wed, 22 Mar 2006 15:38:13 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=37988 ------- Additional Comments From odi@odi.ch 2006-03-22 15:37 ------- GET http://user:pass@host/file.html HTTP/1.1 probably is a valid request (at least it works with Apache HTTPD and IIS 6) but I guess the server will just discard the credentials. Anyway, I don't think we should sent such request lines by default as it is likely that simple servers will choke on them. I just tried: ----------- GET http://user:pass@host/ HTTP/1.1 Host: www.microsoft.com HTTP/1.1 200 OK Date: Wed, 22 Mar 2006 15:36:47 GMT Server: Microsoft-IIS/6.0 P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAINT COM INT NAV ONL PHY PRE PUR UNI" X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 Cache-Control: private Content-Type: text/html; charset=utf-8 Content-Length: 21907 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org