Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B6761830F for ; Sun, 1 Nov 2015 03:25:09 +0000 (UTC) Received: (qmail 27600 invoked by uid 500); 1 Nov 2015 03:25:07 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 27491 invoked by uid 500); 1 Nov 2015 03:25:07 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 27479 invoked by uid 99); 1 Nov 2015 03:25:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2015 03:25:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C2288180424 for ; Sun, 1 Nov 2015 03:25:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id DJTw6YkypFx6 for ; Sun, 1 Nov 2015 03:25:06 +0000 (UTC) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 4E8B420751 for ; Sun, 1 Nov 2015 03:25:05 +0000 (UTC) Received: by pacfv9 with SMTP id fv9so116792078pac.3 for ; Sat, 31 Oct 2015 20:25:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=DvG4h6NXVkPL6EC0XgikQIqFM/IyT/dRw4I+s+Rt4fg=; b=zlM6/WCaSjRiPH/DHz0ZJfvASMK9IMif0wmT+uf2zMbY/C7NFKx40OkuNNB5/Pf+z8 e4T36nEofaBNMgG9AFMtBbuWm/x+DtefeszkoHv05QihqQOS1T+I3BDh75gaZ5bwLiYd G/fPDZ9SCCHMgqQkIJfJRVMvpR86ozWrUKPyCAcgRb98knWpiJna0F0huOuyNbHW6sy7 C628m5XRpDUYPKuGiORbQlIQirPcT8koX3reQpXRg7mQDBVh8RQKFJAu0AueBurYLfRI BoJKYyzoAxJPKI8o4RRhDP22hWzqAtBK2sDDS9wXi7OqOw448zdR1O6/dI1iaAYKzYt2 02Kw== X-Received: by 10.66.90.198 with SMTP id by6mr18250855pab.78.1446348304072; Sat, 31 Oct 2015 20:25:04 -0700 (PDT) Received: from [192.168.1.84] (c-71-198-177-116.hsd1.ca.comcast.net. [71.198.177.116]) by smtp.gmail.com with ESMTPSA id ub4sm16366215pac.29.2015.10.31.20.25.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 31 Oct 2015 20:25:03 -0700 (PDT) From: Michael Gardner Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Empty cookie names and RFC 6265 Message-Id: <7850B275-B441-45CF-9CA6-3311B1894B65@gmail.com> Date: Sat, 31 Oct 2015 20:25:02 -0700 To: httpclient-users@hc.apache.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) RFC6265CookieSpec throws an exception when the cookie name is empty, but = the RFC explicitly says the cookie string should be ignored in this case = (=C2=A75.2.5). Is this an intentional deviation from the spec, or a bug?= --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org