Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 91783 invoked from network); 22 Dec 2005 13:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 13:14:10 -0000 Received: (qmail 90045 invoked by uid 500); 22 Dec 2005 13:14:09 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 90025 invoked by uid 500); 22 Dec 2005 13:14:08 -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 90014 invoked by uid 99); 22 Dec 2005 13:14:08 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME 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; Thu, 22 Dec 2005 05:14:08 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 6C27ECB; Thu, 22 Dec 2005 14:13:47 +0100 (CET) From: bugzilla@apache.org To: httpclient-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 38004] - Explicit VirtualHosts Can Cause Issues On Redirects In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20051222131347.6C27ECB@ajax.apache.org> Date: Thu, 22 Dec 2005 14:13:47 +0100 (CET) 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=38004 ------- Additional Comments From p.issues.apache.org@rimuhosting.com 2005-12-22 14:13 ------- note: the attached foo.java file will reproduce the problem. As an aside it causes complaints about cookies (WARNING: Cookie rejected: "$Version=0; REF=ID=907888a1032f157b:TM=1135256845:LM=1135256845:S=gSqOk4-s42mhCarE; $Path=/; $Domain=.google.com". Illegal domain attribute ".google.com". Domain of origin: "google.com"). Is httpclient sending back cookies that were sent to it? After a redirect? If so then I'm not sure how you'd handle things if the domain changes. e.g. a cookie set on google.com should probably not be passed onto example.com after a redirect. But what about a redirect to subdir.google.com? In this case I think there may be something worth investigating in the cookiespec classes. -- 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