Re: [http-state] parser rules of draft-ietf-httpstate-cookie-22

Julian Reschke <julian.reschke@gmx.de> Fri, 25 February 2011 17:27 UTC

Return-Path: <julian.reschke@gmx.de>
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 EC2553A67B0 for <http-state@core3.amsl.com>; Fri, 25 Feb 2011 09:27:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.026
X-Spam-Level:
X-Spam-Status: No, score=-104.026 tagged_above=-999 required=5 tests=[AWL=-1.427, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 2MxsDCcrIOYM for <http-state@core3.amsl.com>; Fri, 25 Feb 2011 09:27:25 -0800 (PST)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by core3.amsl.com (Postfix) with SMTP id 9B71C3A67EB for <http-state@ietf.org>; Fri, 25 Feb 2011 09:27:24 -0800 (PST)
Received: (qmail invoked by alias); 25 Feb 2011 17:28:15 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.134]) [217.91.35.233] by mail.gmx.net (mp015) with SMTP; 25 Feb 2011 18:28:15 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX19V8gN+msVV0mKpIfOX3fxL/wG1JCgvL4TTv3Jlyf +C5bG810yrIB7i
Message-ID: <4D67E6A8.50301@gmx.de>
Date: Fri, 25 Feb 2011 18:28:08 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7
MIME-Version: 1.0
To: =JeffH <Jeff.Hodges@KingsMountain.com>
References: <4D67E530.6070102@KingsMountain.com>
In-Reply-To: <4D67E530.6070102@KingsMountain.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: http-state State WG <http-state@ietf.org>
Subject: Re: [http-state] parser rules of draft-ietf-httpstate-cookie-22
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: Fri, 25 Feb 2011 17:27:26 -0000

On 25.02.2011 18:21, =JeffH wrote:
>  >>> cookie-value = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE )
>  >>> cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E
>  >>> ; ASCII characters excluding CTLs, whitespace,
>  >>> ; DQUOTE, comma, semicolon, and backslash
>  >>
>  >> Works for me. Thanks Roy.
>  >
>  > In the datatracker, I've updated the RFC Editor note accordingly.
>
> great, thx all for sorting this out.
>
> Also, I'm glad you've added the comment to the ABNF above, tho one might
> add..
>
> s/ASCII/7-bit ASCII/
>
> ..or something similar to explicitly indicate exclusion of %x80-FF.

"US-ASCII", please.