Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 39689 invoked from network); 11 Jan 2006 11:13:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 11:13:47 -0000 Received: (qmail 68988 invoked by uid 500); 11 Jan 2006 11:13:40 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 68956 invoked by uid 500); 11 Jan 2006 11:13:40 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 68945 invoked by uid 99); 11 Jan 2006 11:13:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 03:13:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alessio.pace@gmail.com designates 64.233.182.196 as permitted sender) Received: from [64.233.182.196] (HELO nproxy.gmail.com) (64.233.182.196) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 03:13:39 -0800 Received: by nproxy.gmail.com with SMTP id l36so99510nfa for ; Wed, 11 Jan 2006 03:13:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ch/b5SjKDT7glh2H0vGJcdgjyJ/riu1zgUPyMBfD3Z71yujDYLi0M/XuX3sdrLN3F48gTQlAhN+ZqT6CxB15K6owfB3j/P8GIc2jOFTkkoPUjEzv4IQn0Y2u3WrZzz7mrsdThirDWMADq3XyTVwh44qJkLqqhCewDrRDgQxSFq4= Received: by 10.49.33.8 with SMTP id l8mr31455nfj; Wed, 11 Jan 2006 01:19:58 -0800 (PST) Received: by 10.48.219.19 with HTTP; Wed, 11 Jan 2006 01:19:58 -0800 (PST) Message-ID: <84987d20601110119j2712301ch4d98e324ccf73b3f@mail.gmail.com> Date: Wed, 11 Jan 2006 10:19:58 +0100 From: Alessio Pace To: commons-user Subject: [httpclient 3.0] Unable to parse expiration date parameter MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I have some problems with cookies from a web site. At first it gave me not RFC 2109 compliant cookies (I add to use CookiePolicy.BROWSER_COMPATIBILITY to make httpclient close an eye and accept them), then it failed while parsing the cookie expiration date. Here is the log message printed: org.apache.commons.httpclient.HttpMethodBase processResponseHeaders WARNING: Invalid cookie header: "CAuthCookie=3DdeleteIT; expires=3DFri, 01-Jan-2000 01:00:00 GMT+1; domain=3D.vodafone.it; path=3D/". Unable to parse expiration date parameter: Fri Thanks in advance for any help. -- Alessio Pace. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org