Return-Path: Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@www.apache.org Received: (qmail 37930 invoked from network); 21 Jul 2004 07:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jul 2004 07:58:07 -0000 Received: (qmail 17915 invoked by uid 500); 21 Jul 2004 07:58:05 -0000 Delivered-To: apmail-jakarta-commons-httpclient-dev-archive@jakarta.apache.org Received: (qmail 17884 invoked by uid 500); 21 Jul 2004 07:58:05 -0000 Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Commons HttpClient Project" Reply-To: "Commons HttpClient Project" Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 17870 invoked by uid 99); 21 Jul 2004 07:58:05 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=HTML_40_50,HTML_MESSAGE,HTML_TITLE_EMPTY X-Spam-Check-By: apache.org Received: from [69.0.254.30] (HELO ns7.bleublanc.net) (69.0.254.30) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 21 Jul 2004 00:58:03 -0700 Received: (qmail 18761 invoked by uid 0); 21 Jul 2004 07:58:02 -0000 Received: from 203.168.30.213.in-addr.arpa (HELO ?192.168.200.183?) (213.30.168.203) by ns7.bleublanc.net with SMTP; 21 Jul 2004 07:58:02 -0000 Message-ID: <40FE21FD.9020503@axecibles.com> Date: Wed, 21 Jul 2004 09:57:49 +0200 From: Mathias Cianci User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: fr, en MIME-Version: 1.0 To: commons-httpclient-dev@jakarta.apache.org Subject: how to accept all cookies ? Content-Type: multipart/alternative; boundary="------------050609060006050106010005" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------050609060006050106010005 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hello everybody, When I'm sending requests to Yahoo search engine, I get this type of warning message : 21 juil. 2004 09:56:32 org.apache.commons.httpclient.HttpMethodBase processResponseHeaders ATTENTION: Cookie rejected: "$Version=0; B=deli0110fs8dr&b=2; $Domain=.yahoo.com; $Path=/". Domain attribute ".yahoo.com" violates RFC 2109: host minus domain may not contain any dots Does someone know how I can accept every cookie I receive, even if they are not completly respect the official specifications ? Thank you for advance Mathias --------------050609060006050106010005--