Re: [http-state] Whether to recommend the cookie protocol (was Re: I-D Action:draft-ietf-httpstate-cookie-04.txt)

Adam Barth <ietf@adambarth.com> Wed, 24 February 2010 17:24 UTC

Return-Path: <ietf@adambarth.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 9B0DE28C125 for <http-state@core3.amsl.com>; Wed, 24 Feb 2010 09:24:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.889
X-Spam-Level:
X-Spam-Status: No, score=-1.889 tagged_above=-999 required=5 tests=[AWL=0.088, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
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 wCBYfGt-AoOf for <http-state@core3.amsl.com>; Wed, 24 Feb 2010 09:24:29 -0800 (PST)
Received: from mail-yw0-f173.google.com (mail-yw0-f173.google.com [209.85.211.173]) by core3.amsl.com (Postfix) with ESMTP id A1EFE28C234 for <http-state@ietf.org>; Wed, 24 Feb 2010 09:24:27 -0800 (PST)
Received: by ywh3 with SMTP id 3so3195545ywh.31 for <http-state@ietf.org>; Wed, 24 Feb 2010 09:26:31 -0800 (PST)
Received: by 10.151.125.4 with SMTP id c4mr444126ybn.204.1267032390913; Wed, 24 Feb 2010 09:26:30 -0800 (PST)
Received: from mail-iw0-f191.google.com (mail-iw0-f191.google.com [209.85.223.191]) by mx.google.com with ESMTPS id 23sm2063370ywh.45.2010.02.24.09.26.29 (version=SSLv3 cipher=RC4-MD5); Wed, 24 Feb 2010 09:26:30 -0800 (PST)
Received: by iwn29 with SMTP id 29so3519734iwn.31 for <http-state@ietf.org>; Wed, 24 Feb 2010 09:26:28 -0800 (PST)
MIME-Version: 1.0
Received: by 10.231.167.135 with SMTP id q7mr57451iby.84.1267032388280; Wed, 24 Feb 2010 09:26:28 -0800 (PST)
In-Reply-To: <4B84DF96.7070709@gmx.de>
References: <5c4444771002231855s36391fdfgd30a1ebc57722915@mail.gmail.com> <4C374A2653EB5E43AF886CE70DFC567213CEF5CE46@34093-MBX-C03.mex07a.mlsrvr.com> <5c4444771002231929m3749c1c2g7903b444155dafa7@mail.gmail.com> <4B84DF96.7070709@gmx.de>
From: Adam Barth <ietf@adambarth.com>
Date: Wed, 24 Feb 2010 09:26:08 -0800
Message-ID: <5c4444771002240926j3f4e859cq8bfcf7be34cf7e5f@mail.gmail.com>
To: Julian Reschke <julian.reschke@gmx.de>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: http-state <http-state@ietf.org>
Subject: Re: [http-state] Whether to recommend the cookie protocol (was Re: I-D Action:draft-ietf-httpstate-cookie-04.txt)
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, 24 Feb 2010 17:24:32 -0000

On Wed, Feb 24, 2010 at 12:13 AM, Julian Reschke <julian.reschke@gmx.de> wrote:
> As others have stated, without a definition of "new protocol that operates
> over HTTP" this doesn't work. It's also problematic to put
> BCP14-requirements on spec writers :-)
>
> For instance, do you consider WebDAV or AtomPub "protocols that operate over
> HTTP"? If they
>
> Don't get me wrong; it would be good to discourage use of cookies, but this
> would need to come with more text, outlining the alternatives.

On Wed, Feb 24, 2010 at 12:32 AM, Maciej Stachowiak <mjs@apple.com> wrote:
> I look forward to the more exciting XHTML2 phase of our Working Group, but
> perhaps we should wait until we actually have a good replacement before we
> tell people to stop using what works today.

:)

> Doesn't "NOT RECOMMENDED" effectively give a SHOULD-level requirement not to
> use any of the spec we are developing, and furthermore one that is likely to
> be almost totally ignored? That seems like two good reasons to omit that
> statement, at least if it is framed as a conformance statement.

Ok.  I've removed this requirement.  I've also changed the sentence in
the abstract to

[[
      The cookie protocol has many
      historical infelicities that degrade its security and privacy.
]]

How do folks feel about this related statement in Security Considerations:

[[
        <t>For applications that use the cookie protocol, servers SHOULD
        NOT rely upon cookies for security.</t>
]]

Adam