FYI: IETF LC for draft-reschke-rfc2231-in-http

Julian Reschke <julian.reschke@gmx.de> Mon, 22 February 2010 14:59 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: apps-discuss@core3.amsl.com
Delivered-To: apps-discuss@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B0B8B28C1EE for <apps-discuss@core3.amsl.com>; Mon, 22 Feb 2010 06:59:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.669
X-Spam-Level:
X-Spam-Status: No, score=-4.669 tagged_above=-999 required=5 tests=[AWL=-2.070, 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 3c7kjDXxWN4W for <apps-discuss@core3.amsl.com>; Mon, 22 Feb 2010 06:59:24 -0800 (PST)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by core3.amsl.com (Postfix) with SMTP id 5CC073A8296 for <apps-discuss@ietf.org>; Mon, 22 Feb 2010 06:59:23 -0800 (PST)
Received: (qmail invoked by alias); 22 Feb 2010 15:01:17 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.105]) [217.91.35.233] by mail.gmx.net (mp022) with SMTP; 22 Feb 2010 16:01:17 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX1/iElxmAGvivg1ZZOhQIQov863/uinuwkalgxHzEM vM30z5fKmoGtKQ
Message-ID: <4B829C3C.3070901@gmx.de>
Date: Mon, 22 Feb 2010 16:01:16 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: IETF Apps Discuss <apps-discuss@ietf.org>, HTTP Working Group <ietf-http-wg@w3.org>
Subject: FYI: IETF LC for draft-reschke-rfc2231-in-http
References: <20100222140422.2EFC728C125@core3.amsl.com>
In-Reply-To: <20100222140422.2EFC728C125@core3.amsl.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.59999999999999998
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 22 Feb 2010 14:59:25 -0000

On 22.02.2010 15:04, The IESG wrote:
> The IESG has received a request from an individual submitter to consider
> the following document:
>
> - 'Application of RFC 2231 Encoding to Hypertext Transfer Protocol (HTTP)
>     Header Fields '
>     <draft-reschke-rfc2231-in-http-10.txt>  as a Proposed Standard
>
> The IESG plans to make a decision in the next few weeks, and solicits
> final comments on this action.  Please send substantive comments to the
> ietf@ietf.org mailing lists by 2010-03-22. Exceptionally,
> comments may be sent to iesg@ietf.org instead. In either case, please
> retain the beginning of the Subject line to allow automated sorting.
>
> The file can be obtained via
> http://www.ietf.org/internet-drafts/draft-reschke-rfc2231-in-http-10.txt
>
>
> IESG discussion can be tracked via
> https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=17647&rfc_flag=0
>
> _______________________________________________
> IETF-Announce mailing list
> IETF-Announce@ietf.org
> https://www.ietf.org/mailman/listinfo/ietf-announce

Hi there,

this spec is now in Last Call, ending March, 22.

A few issues are open, and those are summarized in Appendix D. I'm 
particularly looking for feedback on:

- parameter-abnf

    In Section 3.2:

    Type: change

    julian.reschke@greenbytes.de (2010-02-20): The ABNF for reg-parameter
    and ext-parameter is ambiguous, as "*" is a valid token character;
    furthermore, RFC 2616's "attribute" production allows "*" while RFC
    2231's does not. (reported by Alexey Melnikov).

    julian.reschke@greenbytes.de (2010-02-21): Proposal: restrict the
    allowable character set in parameter names to exclude "*" (and maybe
    even more non-name characters?).  Also, consider extending the set of
    value characters (for the right hand side) to allow more characters
    that can be unambiguously parsed outside quoted strings, such as "/".

and

- iso8859

    In Section 3.2:

    Type: change

    julian.reschke@greenbytes.de (2010-02-20): The protocol could be
    further simplified by mandating UTF-8 only (reported by Alexey
    Melnikov).  On the other hand and not surprisingly, testing shows
    that ISO-8859-1 support is widely implemented.  The author is looking
    for community feedback on this choice.

Feedback on these specific issues would be appreciated,

Julian