Re: [apps-discuss] I-D Action: draft-ietf-appsawg-http-forwarded-01.txt

Martin Thomson <martin.thomson@gmail.com> Tue, 27 March 2012 07:41 UTC

Return-Path: <martin.thomson@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0D5C721F87AE for <apps-discuss@ietfa.amsl.com>; Tue, 27 Mar 2012 00:41:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.684
X-Spam-Level:
X-Spam-Status: No, score=-4.684 tagged_above=-999 required=5 tests=[AWL=-1.085, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gg-IF8IkizQR for <apps-discuss@ietfa.amsl.com>; Tue, 27 Mar 2012 00:41:01 -0700 (PDT)
Received: from mail-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by ietfa.amsl.com (Postfix) with ESMTP id 4000521F8790 for <apps-discuss@ietf.org>; Tue, 27 Mar 2012 00:41:01 -0700 (PDT)
Received: by bkuw5 with SMTP id w5so5350482bku.31 for <apps-discuss@ietf.org>; Tue, 27 Mar 2012 00:41:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xC0kHctjAcQFFN0TGevt0k2jWt9Q1jADuvEGUckXWdM=; b=GGc1N6/7vW6T5xkdC7BxU7MDqNbaSqHz3LZGazOH5HW4PSRFU1mtEmVbY5w4I8oWNk hkGa2ecN3DN44B1t3ICNe/s4aNHTF+ZAjfZYVO6/7kKFMgWXmKSaTjgjBpspn19YNy0Y H2K/5BUng/LvwWtyzKYxr7DJDo+OlO1A6Bmdq0lJ2AmWCliTfoWEN2sU21RRvp+hAPIK 3CTI8gC5+KTiPKFPe1tkRy5MLL8uEGjZjU1EubPaDFm7UlbYQYC2icZWn1eORJvYry47 6OqKMmZcl89zeanx3rGmFIryHZi6aM12gtYPXl2l755cTd66fev2oqqMUG+SXhIeG/g8 8tYA==
MIME-Version: 1.0
Received: by 10.204.153.215 with SMTP id l23mr9652283bkw.11.1332834060238; Tue, 27 Mar 2012 00:41:00 -0700 (PDT)
Received: by 10.205.38.73 with HTTP; Tue, 27 Mar 2012 00:41:00 -0700 (PDT)
In-Reply-To: <20120326173417.6058d1f6@hetzer>
References: <20120326151030.7902.33251.idtracker@ietfa.amsl.com> <20120326173417.6058d1f6@hetzer>
Date: Tue, 27 Mar 2012 09:41:00 +0200
Message-ID: <CABkgnnW1ZaTYDSBX5qc9TBovszR5i2RUEPvBAHr87by8MwSwEA@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Andreas Petersson <andreas@sbin.se>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Cc: apps-discuss@ietf.org
Subject: Re: [apps-discuss] I-D Action: draft-ietf-appsawg-http-forwarded-01.txt
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Tue, 27 Mar 2012 07:41:02 -0000

On 26 March 2012 17:34, Andreas Petersson <andreas@sbin.se> wrote:
> I believe there is not much left to fix in this draft.
> My biggest concern right now is this:
>
>    extension = 1*( ALPHA | DIGIT | "-" )
>    ext-value = <any OCTET except CTLs, "," and ";",
>      but including SP>
>
> Is that too liberal? Should recommendations be done in this draft on
> what character encoding should be used?

Why not use the normal token / quoted-string constructs?