Re: Last Call: <draft-nottingham-rfc5988bis-05.txt> (Web Linking) to Proposed Standard

Mark Nottingham <mnot@mnot.net> Wed, 03 May 2017 01:54 UTC

Return-Path: <mnot@mnot.net>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AA31312869B; Tue, 2 May 2017 18:54:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.602
X-Spam-Level:
X-Spam-Status: No, score=-2.602 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VQ3Td2AeiN9R; Tue, 2 May 2017 18:54:43 -0700 (PDT)
Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D9EA12954B; Tue, 2 May 2017 18:52:20 -0700 (PDT)
Received: from [192.168.3.104] (unknown [124.189.96.14]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 2967722E253; Tue, 2 May 2017 21:52:00 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Subject: Re: Last Call: <draft-nottingham-rfc5988bis-05.txt> (Web Linking) to Proposed Standard
From: Mark Nottingham <mnot@mnot.net>
In-Reply-To: <4BECE06F-D3E5-4F9B-9DBF-AE9150942190@tzi.org>
Date: Wed, 03 May 2017 11:51:57 +1000
Cc: IETF Discussion Mailing List <ietf@ietf.org>, Alexey Melnikov <alexey.melnikov@isode.com>, Barry Leiba <barryleiba@computer.org>, draft-nottingham-rfc5988bis@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <40BA436B-C276-4280-B63B-BFBF17F160C9@mnot.net>
References: <149339514498.2963.17820948075543728710.idtracker@ietfa.amsl.com> <4BECE06F-D3E5-4F9B-9DBF-AE9150942190@tzi.org>
To: Carsten Bormann <cabo@tzi.org>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/fh_N_WQG69LFg03_HXj7QSXmFoU>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 03 May 2017 01:54:47 -0000

Hi Carsten,

Thanks for the review. Responses below.

> On 3 May 2017, at 5:18 am, Carsten Bormann <cabo@tzi.org> wrote:
> 
> Review of draft-nottingham-rfc5988bis-05.txt
> Reviewer: Carsten Bormann
> Review result: Ready with a few issues
> 
> (This is not a complete review, but in its present state might serve
> to initiate discussion of items relevant to RFC 6690 and thus
> draft-ietf-core-links-json.)
> 
> This specification updates RFC 5988.  The objectives for this update
> are not clearly stated, but it seems to be based on experience with
> RFC 5988 as well as based on advances possible with the publication of
> RFC 7230.
> 
> # Major technical
> 
> T1: The draft does not take position what should happen when
> serializations allowed by RFC 5988 but not by the present spec occur,
> e.g.: ;type=text/plain (would now need to be ;type="text/plain").

It assumes the general approach we take in HTTP; absent more specific requirements, recipients need to be permissive. Perhaps it would be good to link to <http://httpwg.org/specs/rfc7230.html#conformance> somewhere near the top...


> T2: The draft says "Serialisations SHOULD coordinate their target
> attributes to avoid conflicts in semantics or syntax."  To me it seems
> that this gives link applications such as the one specified in RFC
> 6690 the go-ahead to define their own registries of target attributes.
> The draft should take a position on this.

Seems reasonable; will do.


> # Minor technical
> 
> T3: One of the major items of progress that this specification exhibits
> is that target attributes are no longer defined by the ABNF of the
> link-header serialization (which usually has two alternatives, one of
> which may be forgotten) but by the ABNF of the attribute value string
> itself.  ANBF tools usually can process ABNF rules, but not directly
> the bare ABNF "alternations" (rule RHS) used here.  This may also make
> it a bit harder to reference the ABNF from a dependent specification,
> as there is no rule name for that alternation given.

This is the approach we took in RFC732x; it more accurately models how parsing and extensibility are done. 


> # Minor editorial
> 
> E1: The abstract should probably mention that this replaces RFC 5988.

I will consult the oracle (Alexey) and determine what the current preferred approach is here. 


> # Nits
> 
> The spec seems to use 'NOT RECOMMENDED' as an RFC 2119 keyword, but
> does not include the phrase in its RFC 2119 key words list.  (Pet
> peeve.)

Already fixed in source.


> s/ for indicate/ for indicating/

Ack.

Thanks again!


--
Mark Nottingham   https://www.mnot.net/