Re: [core] [Gen-art] [Last-Call] Genart last call review of draft-ietf-core-new-block-10

John C Klensin <john-ietf@jck.com> Sun, 25 April 2021 00:07 UTC

Return-Path: <john-ietf@jck.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9B0D63A2640; Sat, 24 Apr 2021 17:07:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level:
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=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 qjitiHy61Rne; Sat, 24 Apr 2021 17:07:17 -0700 (PDT)
Received: from bsa2.jck.com (bsa2.jck.com [70.88.254.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D53EF3A12BD; Sat, 24 Apr 2021 17:07:16 -0700 (PDT)
Received: from [198.252.137.10] (helo=PSB) by bsa2.jck.com with esmtp (Exim 4.82 (FreeBSD)) (envelope-from <john-ietf@jck.com>) id 1laSIs-000MYQ-SH; Sat, 24 Apr 2021 20:07:14 -0400
Date: Sat, 24 Apr 2021 20:07:08 -0400
From: John C Klensin <john-ietf@jck.com>
To: Pete Resnick <resnick@episteme.net>
cc: gen-art@ietf.org, last-call@ietf.org, draft-ietf-core-new-block.all@ietf.org, core@ietf.org
Message-ID: <7B24547D1DE544A6020A792E@PSB>
In-Reply-To: <D9D030B7-3144-4A06-9533-8F504F8C25B7@episteme.net>
References: <161930002269.19583.4502578348808948027@ietfa.amsl.com> <3D267D4121127EA65D3C3A7D@PSB> <D9D030B7-3144-4A06-9533-8F504F8C25B7@episteme.net>
X-Mailer: Mulberry/4.0.8 (Win32)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-SA-Exim-Connect-IP: 198.252.137.10
X-SA-Exim-Mail-From: john-ietf@jck.com
X-SA-Exim-Scanned: No (on bsa2.jck.com); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/NHztSAFXL1z-aDM4RQlrBJHdz1I>
Subject: Re: [core] [Gen-art] [Last-Call] Genart last call review of draft-ietf-core-new-block-10
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 25 Apr 2021 00:07:23 -0000


--On Saturday, April 24, 2021 18:33 -0500 Pete Resnick
<resnick@episteme.net> wrote:

> On 24 Apr 2021, at 17:38, John C Klensin wrote:
> 
>> --On Saturday, April 24, 2021 14:33 -0700 Pete Resnick via
>> Datatracker <noreply@ietf.org> wrote:
>> 
>>> Reviewer: Pete Resnick
>>> Review result: Ready with Issues
>>> 
>>> I am the assigned Gen-ART reviewer for this draft. The
>>> General Area Review Team (Gen-ART) reviews all IETF
>>> documents being processed by the IESG for the IETF Chair.
>>> Please treat these comments just like any other last call
>>> comments.
>>> ...
>> 
>>> Nits/editorial comments:
>>> 
>>> In section 4.3:
>>> 
>>> In several response code definitions:
>>> 
>>>    The token used MUST be any token that was received in a
>>> request using    the same Request-Tag.
>>> 
>>> That doesn't really parse well. I think you either mean "The
>>> token used MUST be a token" or you mean "The token used can
>>> be any token".
>> 
>> If the first meaning is intended, isn't that tautologically
>> true?  If the token used is not a token, what would it be?
> 
> You need to put it in the context of the example give. It
> could be:
> 
>      The token used MUST be a token that was received in a
>      request using the same Request-Tag.
> 
> which means it can't be a token with a different Request-Tag,
> or it could be:
> 
>      The token used can be any token that was received in a
>      request using the same Request-Tag.
> 
> which means that there might be different tokens that use the
> same Request-Tag, but you can use any of them.

Ack.  Thanks.
   john