[bfcpbis] Barry Leiba's Discuss on draft-ietf-bfcpbis-rfc4582bis-13: (with DISCUSS and COMMENT)

"Barry Leiba" <barryleiba@computer.org> Thu, 05 March 2015 14:46 UTC

Return-Path: <barryleiba@computer.org>
X-Original-To: bfcpbis@ietfa.amsl.com
Delivered-To: bfcpbis@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A32F41A000F; Thu, 5 Mar 2015 06:46:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
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 qxXnGgbtT2ft; Thu, 5 Mar 2015 06:46:32 -0800 (PST)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 9222F1A0006; Thu, 5 Mar 2015 06:46:31 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Barry Leiba <barryleiba@computer.org>
To: The IESG <iesg@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 5.12.0.p2
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150305144631.20916.24150.idtracker@ietfa.amsl.com>
Date: Thu, 05 Mar 2015 06:46:31 -0800
Archived-At: <http://mailarchive.ietf.org/arch/msg/bfcpbis/QK8k8wj2rDGlnBCGFOojL_84YSs>
Cc: mary.ietf.barnes@gmail.com, draft-ietf-bfcpbis-rfc4582bis.all@ietf.org, bfcpbis@ietf.org, bfcpbis-chairs@ietf.org
Subject: [bfcpbis] Barry Leiba's Discuss on draft-ietf-bfcpbis-rfc4582bis-13: (with DISCUSS and COMMENT)
X-BeenThere: bfcpbis@ietf.org
X-Mailman-Version: 2.1.15
List-Id: BFCPBIS working group discussion list <bfcpbis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/bfcpbis/>
List-Post: <mailto:bfcpbis@ietf.org>
List-Help: <mailto:bfcpbis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Mar 2015 14:46:33 -0000

Barry Leiba has entered the following ballot position for
draft-ietf-bfcpbis-rfc4582bis-13: Discuss

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to http://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
http://datatracker.ietf.org/doc/draft-ietf-bfcpbis-rfc4582bis/



----------------------------------------------------------------------
DISCUSS:
----------------------------------------------------------------------

The IANA Considerations are a bit confusing, as they appear to ask IANA
to do things that were already done long ago.  I understand that you want
to leave the main text of the IANA Considerations intact, for posterity,
and you've put in some "Editorial note" things.  Maybe the best way to do
this is to (1) change "Editorial note" to "IANA note" or "Note to IANA"
throughout, (2) change the first IANA note (in the base Section 15) to
clearly state that all *changes* that IANA is being asked to make are
spelled out in "IANA note" items in the appropriate places, and (3) make
sure that item 2 is true.  And you do need to respond to Pearl Liang's
IANA review from 2 March, and answer her questions.


----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

Thanks VERY much for leaving it so that a diff with 4582 was still useful
for review.  That helped a great deal.

It's a little nothing, so ignore this if you like, but you consistently
use "MUST" throughout the document, except for one "SHALL" in Section
8.3.3.  If it were me, I'd be consistent and use "MUST" there as well, to
avoid any question of why that one is different.

Thanks for making the editorial changes to the ABNF; I do prefer "*(X)"
to "*[X]".  On the other hand, I actually prefer "*X" to both of those:
there's no need to use parentheses around a single production name.  So,
for example, this:

   BENEFICIARY-INFORMATION =   (BENEFICIARY-INFORMATION-HEADER)
                               [USER-DISPLAY-NAME]
                               [USER-URI]
                              *(EXTENSION-ATTRIBUTE)

Is the same as this:

   BENEFICIARY-INFORMATION =   BENEFICIARY-INFORMATION-HEADER
                               [USER-DISPLAY-NAME]
                               [USER-URI]
                              *EXTENSION-ATTRIBUTE

No harm either way, so leave it as is if you really like it, but... why
the parentheses, especially as long as you're changing them anyway?