Re: [core] [Lwip] Proxies and observations: "All options MUST be identical"

Carsten Bormann <cabo@tzi.org> Mon, 13 November 2017 17:02 UTC

Return-Path: <cabo@tzi.org>
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 20E68129AB6; Mon, 13 Nov 2017 09:02:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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 ZeZA2FAXnxd9; Mon, 13 Nov 2017 09:02:21 -0800 (PST)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (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 1B1E6129601; Mon, 13 Nov 2017 09:02:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost.informatik.uni-bremen.de [134.102.201.11]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id vADH2FMX005072; Mon, 13 Nov 2017 18:02:15 +0100 (CET)
Received: from dhcp-9924.meeting.ietf.org (dhcp-9924.meeting.ietf.org [31.133.153.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 3ybH4P47yvzDXBN; Mon, 13 Nov 2017 18:02:13 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <20171113165421.d23nmwklwjfwxaem@hephaistos.amsuess.com>
Date: Tue, 14 Nov 2017 01:02:09 +0800
Cc: core@ietf.org, lwip@ietf.org
X-Mao-Original-Outgoing-Id: 532285329.815927-967eb78137c33c3a6c38e2c1c7074440
Content-Transfer-Encoding: quoted-printable
Message-Id: <E844E3D5-D6EA-4CAC-AA40-3FCAC8964CE2@tzi.org>
References: <20171113165421.d23nmwklwjfwxaem@hephaistos.amsuess.com>
To: Christian Amsüss <c.amsuess@energyharvesting.at>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/SgVL5uOfkzFiPQ2ToIH65ReIqa0>
Subject: Re: [core] [Lwip] Proxies and observations: "All options MUST be identical"
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.22
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: Mon, 13 Nov 2017 17:02:23 -0000

On Nov 14, 2017, at 00:54, Christian Amsüss <c.amsuess@energyharvesting.at> wrote:
> 
> Hello CoRE and LWIG groups,
> 
> when discussing re-registration of observations in the context of
> OSCORE with Jim and the OSCORE authors, we stumbled upon the sentence
> "All options MUST be identical to those in the original request except
> for the set of ETag Options." about this in RFC7641.

This is a requirement on the client in order to effect a re-registration of interest.

> This is something that servers, especially proxies, should not try to
> enforce, because every case of a request with differing options (or
> FETCH payload) could just as well be a new observation from the client
> on the token whose observation cancellation got lost, or the client
> simply rebooted.

Right.  I don’t think enforcing that all requests are re-registration requests is in the server requirements for 7641?

Grüße, Carsten