Re: [VCARDDAV] [Technical Errata Reported] RFC6350 (3138)
Simon Perreault <simon.perreault@viagenie.ca> Mon, 27 February 2012 13:33 UTC
Return-Path: <simon.perreault@viagenie.ca>
X-Original-To: vcarddav@ietfa.amsl.com
Delivered-To: vcarddav@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A3DB821F870F for <vcarddav@ietfa.amsl.com>; Mon, 27 Feb 2012 05:33:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001]
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 clOF9YNB3I+G for <vcarddav@ietfa.amsl.com>; Mon, 27 Feb 2012 05:33:28 -0800 (PST)
Received: from jazz.viagenie.ca (jazz.viagenie.ca [IPv6:2620:0:230:8000::2]) by ietfa.amsl.com (Postfix) with ESMTP id 9B3D921F8633 for <vcarddav@ietf.org>; Mon, 27 Feb 2012 05:33:28 -0800 (PST)
Received: from ringo.viagenie.ca (unknown [IPv6:2620:0:230:c000:c555:f76c:85ad:e980]) by jazz.viagenie.ca (Postfix) with ESMTPSA id CAE5A20E7B; Mon, 27 Feb 2012 08:33:27 -0500 (EST)
Message-ID: <4F4B8625.9030802@viagenie.ca>
Date: Mon, 27 Feb 2012 08:33:25 -0500
From: Simon Perreault <simon.perreault@viagenie.ca>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1
MIME-Version: 1.0
To: RFC Errata System <rfc-editor@rfc-editor.org>
References: <20120226014050.BF1F6622E6@rfc-editor.org>
In-Reply-To: <20120226014050.BF1F6622E6@rfc-editor.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: presnick@qualcomm.com, kai@giebeler.de, barryleiba@computer.org, vcarddav@ietf.org
Subject: Re: [VCARDDAV] [Technical Errata Reported] RFC6350 (3138)
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vcarddav>
List-Post: <mailto:vcarddav@ietf.org>
List-Help: <mailto:vcarddav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Feb 2012 13:33:29 -0000
On 2012-02-25 20:40, RFC Errata System wrote: > Original Text > ------------- > param-value = *SAFE-CHAR / DQUOTE *QSAFE-CHAR DQUOTE > > SAFE-CHAR = WSP / "!" / %x23-39 / %x3C-7E / NON-ASCII > ; Any character except CTLs, DQUOTE, ";", ":" > > > Corrected Text > -------------- > param-value = *SAFE-CHAR / DQUOTE *QSAFE-CHAR DQUOTE > > SAFE-CHAR = WSP / "!" / %x23-2B / %x2D-39 / %x3C-7E / NON-ASCII > ; Any character except CTLs, DQUOTE, ",", ";", ":" > > > Notes > ----- > "5. Property Parameters" states: "Property parameter value elements that contain the COLON (U+003A), SEMICOLON (U+003B), or COMMA (U+002C) character separators MUST be specified as quoted-string text values." > > So COMMA cannot be part of a non-quoted parameter value which should be reflected by the SAFE-CHAR declaration. > > Otherwise a value of > X-PARAM=tel,fax > could be ambiguously interpreted as > "tel","fax" (separated values) > and "tel,fax" (combined value containing a COMMA) This is correct, but then the ABNF wouldn't allow said X-PARAM=tel,fax. There was a recent discussion about the ABNF inadequacies for parameter values. Both the text and ABNF need to be fixed, and there is no quick fix. So I suggest to set this errata to "held for document update". Simon -- DTN made easy, lean, and smart --> http://postellation.viagenie.ca NAT64/DNS64 open-source --> http://ecdysis.viagenie.ca STUN/TURN server --> http://numb.viagenie.ca
- [VCARDDAV] [Technical Errata Reported] RFC6350 (3… RFC Errata System
- Re: [VCARDDAV] [Technical Errata Reported] RFC635… Simon Perreault
- Re: [VCARDDAV] [Technical Errata Reported] RFC635… Peter Saint-Andre