Re: [http-state] Ticket 6: host-only cookies

"Roy T. Fielding" <fielding@gbiv.com> Thu, 28 January 2010 21:47 UTC

Return-Path: <fielding@gbiv.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 199CA3A6844 for <http-state@core3.amsl.com>; Thu, 28 Jan 2010 13:47:19 -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 fVA6Ew7gRBdW for <http-state@core3.amsl.com>; Thu, 28 Jan 2010 13:47:18 -0800 (PST)
Received: from spaceymail-a6.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by core3.amsl.com (Postfix) with ESMTP id 52EC13A677C for <http-state@ietf.org>; Thu, 28 Jan 2010 13:47:18 -0800 (PST)
Received: from [192.168.1.66] (99-21-208-82.lightspeed.irvnca.sbcglobal.net [99.21.208.82]) by spaceymail-a6.g.dreamhost.com (Postfix) with ESMTP id C6170CA802; Thu, 28 Jan 2010 13:47:37 -0800 (PST)
Mime-Version: 1.0 (Apple Message framework v1077)
Content-Type: text/plain; charset="us-ascii"
From: "Roy T. Fielding" <fielding@gbiv.com>
In-Reply-To: <33259CFA-E50A-46D7-A315-5D68ACB69CDB@apple.com>
Date: Thu, 28 Jan 2010 13:47:37 -0800
Content-Transfer-Encoding: quoted-printable
Message-Id: <2C56E4FA-8BE2-479A-AA53-E64DC3A907E2@gbiv.com>
References: <7789133a1001220050m56cc438x35099b7972639331@mail.gmail.com> <alpine.DEB.2.00.1001220957240.9467@tvnag.unkk.fr> <33259CFA-E50A-46D7-A315-5D68ACB69CDB@apple.com>
To: Maciej Stachowiak <mjs@apple.com>
X-Mailer: Apple Mail (2.1077)
Cc: Daniel Stenberg <daniel@haxx.se>, http-state <http-state@ietf.org>
Subject: Re: [http-state] Ticket 6: host-only cookies
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: Thu, 28 Jan 2010 21:47:19 -0000

On Jan 23, 2010, at 8:36 PM, Maciej Stachowiak wrote:
> On Jan 22, 2010, at 3:00 AM, Daniel Stenberg wrote:
> 
>> On Fri, 22 Jan 2010, Adam Barth wrote:
>> 
>>> 1) Specify host-only cookies to match Firefox, Chrome, Safari, and Opera. This is best for security, and I think there's a good chance that IE will adopt host-only cookies in future, but I don't have any citable evidence for this belief.  (The draft currently matches this proposal.)
>> 
>> Even though this would be the best security option (and in general I think it makes more sense), I don't think we can neglect that one rather widely used implementation doesn't do it this way.
>> 
>> Sites out there that depend on this bug/feature in IE will break. And we know there exist many IE-crafted sites out there (although I guess nobody really knows how many of those that might depend on this particular thing).
>> 
>> I'm guessing this is a difference that simply will remain for a good while forward. The non-IE browsers won't do it this way due to security and IE does it this way by tradition and the good old "we won't change any behaviors since then something will break for our users".
>> 
>> So, I'm afraid I'm leaning towards (3): Allow both behaviors.
> 
> If Microsoft is unwilling to change their behavior, then I'd like to hear it from them rather than guessing. Are there any Microsoft reps in this group? Can we get any to join?
> 
> I would strongly prefer a single behavior unless we get a clear statement from Microsoft that they absolutely will not change.

On security issues, there is no Microsoft exception.  The spec will
define the more secure alternative and the vendors will adjust their
behavior long before we are done.  Servers are fully-capable of adjusting
their behavior for previously deployed user agents' bugs without further
assistance from the standard.

....Roy