Re: [http-state] Make draft-abarth-cookie-06 a working group item?

Adam Barth <ietf@adambarth.com> Tue, 15 December 2009 19:41 UTC

Return-Path: <adam@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 0FAC83A68AA for <http-state@core3.amsl.com>; Tue, 15 Dec 2009 11:41:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.921
X-Spam-Level:
X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5 tests=[AWL=0.056, 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 JVj3JshvxUbH for <http-state@core3.amsl.com>; Tue, 15 Dec 2009 11:41:46 -0800 (PST)
Received: from mail-px0-f171.google.com (mail-px0-f171.google.com [209.85.216.171]) by core3.amsl.com (Postfix) with ESMTP id 285E43A6857 for <http-state@ietf.org>; Tue, 15 Dec 2009 11:41:46 -0800 (PST)
Received: by pxi1 with SMTP id 1so138898pxi.29 for <http-state@ietf.org>; Tue, 15 Dec 2009 11:41:30 -0800 (PST)
MIME-Version: 1.0
Received: by 10.142.247.42 with SMTP id u42mr4386593wfh.259.1260906090176; Tue, 15 Dec 2009 11:41:30 -0800 (PST)
In-Reply-To: <513987528.53603.1260824868635.JavaMail.root@cm-mail03.mozilla.org>
References: <alpine.DEB.2.00.0912121952580.18824@tvnag.unkk.fr> <513987528.53603.1260824868635.JavaMail.root@cm-mail03.mozilla.org>
From: Adam Barth <ietf@adambarth.com>
Date: Tue, 15 Dec 2009 11:41:10 -0800
Message-ID: <7789133a0912151141u563f04a3i668ebb6a27cc9f85@mail.gmail.com>
To: Dan Witte <dwitte@mozilla.com>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Cc: http-state <http-state@ietf.org>
Subject: Re: [http-state] Make draft-abarth-cookie-06 a working group item?
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: Tue, 15 Dec 2009 19:41:49 -0000

On Mon, Dec 14, 2009 at 1:07 PM, Dan Witte <dwitte@mozilla.com> wrote:
> Firefox does more than use client time. If the server time was provided via HTTP header, we calculate expiry times (for both "expires" and "max-age" attributes) relative to such time. If not, we use client time. (This code is encapsulated in http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/src/nsCookieService.cpp#2062.)

Thanks.  I've added this to the draft.  I don't have a good way to
test this yet, but I'll figure that.

Adam