Re: [http-state] [Technical Errata Reported] RFC6265 (3444)

=JeffH <Jeff.Hodges@KingsMountain.com> Mon, 07 January 2013 17:07 UTC

Return-Path: <Jeff.Hodges@KingsMountain.com>
X-Original-To: http-state@ietfa.amsl.com
Delivered-To: http-state@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1DD7E21F88CA for <http-state@ietfa.amsl.com>; Mon, 7 Jan 2013 09:07:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.265
X-Spam-Level:
X-Spam-Status: No, score=-102.265 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U0rFW+VE452r for <http-state@ietfa.amsl.com>; Mon, 7 Jan 2013 09:07:40 -0800 (PST)
Received: from oproxy7-pub.bluehost.com (oproxy7-pub.bluehost.com [67.222.55.9]) by ietfa.amsl.com (Postfix) with SMTP id 3872621F88C7 for <http-state@ietf.org>; Mon, 7 Jan 2013 09:07:40 -0800 (PST)
Received: (qmail 14573 invoked by uid 0); 7 Jan 2013 17:07:19 -0000
Received: from unknown (HELO box514.bluehost.com) (74.220.219.114) by oproxy7.bluehost.com with SMTP; 7 Jan 2013 17:07:18 -0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kingsmountain.com; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=wtZRDqh2WCIRN7MCRgAF+CrugM0VMkug29WkZz0YH3c=; b=aLJRbo7V3w8syYdfMMeqc0SXuwCl6GhLArkS292jQqcGTaHWKFloa8PsIxsXByxj9UiUv8Eu1rwZbFd/ik7/3lBZKE1pu4bJ4ACaNpXbGa3vAyo9FUxhH1/bauU71TAF;
Received: from [216.113.168.128] (port=55843 helo=[10.244.136.154]) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from <Jeff.Hodges@KingsMountain.com>) id 1TsGAP-0005B8-LO; Mon, 07 Jan 2013 10:07:17 -0700
Message-ID: <50EB00C6.6050301@KingsMountain.com>
Date: Mon, 07 Jan 2013 09:07:18 -0800
From: =JeffH <Jeff.Hodges@KingsMountain.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version: 1.0
To: Barry Leiba <barryleiba@computer.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Identified-User: {11025:box514.bluehost.com:kingsmou:kingsmountain.com} {sentby:smtp auth 216.113.168.128 authed with jeff.hodges+kingsmountain.com}
Cc: abarth@eecs.berkeley.edu, Julian Reschke <julian.reschke@gmx.de>, Pete Resnick <presnick@qti.qualcomm.com>, Bjoern Hoehrmann <derhoermi@gmx.net>, Eran Hammer <eran@hueniverse.com>, http-state@ietf.org, RFC Errata System <rfc-editor@rfc-editor.org>
Subject: Re: [http-state] [Technical Errata Reported] RFC6265 (3444)
X-BeenThere: http-state@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Discuss HTTP State Management Mechanism <http-state.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Mon, 07 Jan 2013 17:07:41 -0000

 >>>>    path-value        = *av-octet
 >>>>    extension-av      = *av-octet
 >>>>    av-octet          = <any CHAR except CTLs or ";">
 > ...
 >> In which case we might want to replace the prose rule with a true ABNF
 >> production.
 >
 > Happy to go that route.  So how about this correction?:
 >
 >    path-value        = *av-octet
 >    extension-av      = *av-octet
 >    av-octet          = %x20-3A / %x3C-7E
 >                      ; any CHAR except CTLs or ";"

that looks good to me.

thanks for writing it up.

=JeffH