Re: [http-state] Support of nameless cookies by user agents

Dan Witte <dwitte@mozilla.com> Wed, 16 December 2009 18:14 UTC

Return-Path: <dwitte@mozilla.com>
X-Original-To: http-state@core3.amsl.com
Delivered-To: http-state@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 7BD2E3A6A0F for <http-state@core3.amsl.com>; Wed, 16 Dec 2009 10:14:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CC-nMLaZ64xa for <http-state@core3.amsl.com>; Wed, 16 Dec 2009 10:14:43 -0800 (PST)
Received: from mail.mozilla.com (corp01.sj.mozilla.com [63.245.208.141]) by core3.amsl.com (Postfix) with ESMTP id 198E13A6A1B for <http-state@ietf.org>; Wed, 16 Dec 2009 10:14:26 -0800 (PST)
Received: from mail.mozilla.com (mail.mozilla.com [10.2.72.15]) by mail.mozilla.com (Postfix) with ESMTP id B889417FC32B for <http-state@ietf.org>; Wed, 16 Dec 2009 10:14:00 -0800 (PST)
Date: Wed, 16 Dec 2009 10:14:00 -0800
From: Dan Witte <dwitte@mozilla.com>
To: http-state <http-state@ietf.org>
Message-ID: <1046698509.67227.1260987240566.JavaMail.root@cm-mail03.mozilla.org>
In-Reply-To: <9B4613BE-C07E-4B61-A4D8-2B81D7D9D07E@apple.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
X-Originating-IP: [63.245.220.240]
X-Mailer: Zimbra 6.0.3_GA_1915.RHEL5_64 (ZimbraWebClient - FF3.0 (Linux)/6.0.3_GA_1915.RHEL5_64)
Subject: Re: [http-state] Support of nameless cookies by user agents
X-BeenThere: http-state@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discuss HTTP State Management Mechanism <http-state.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/http-state>, <mailto:http-state-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/http-state>
List-Post: <mailto:http-state@ietf.org>
List-Help: <mailto:http-state-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-state>, <mailto:http-state-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Dec 2009 18:14:44 -0000

> On Dec 15, 2009, at 10:45 PM, Maciej Stachowiak wrote:
> Side note: here is the bug where we added support for cookies without 
> an = sign, implementing them as valueless rather than nameless,  
> working around the lower level library:

Thanks for the link. I was about to ask whether you had something similar and why. I was thinking about removing nameless cookie support in Firefox to see if any of today's sites break; since your report is relatively recent I'm betting a handful would. Having nameless/valueless cookies not work in a major browser might go a long way toward discouraging their use, which could only be a good thing given the disparity of implementation across browsers.

Dan