Re: [port-srv-reg] Still broken ABNF
Joe Touch <touch@isi.edu> Tue, 12 October 2010 22:03 UTC
Return-Path: <touch@isi.edu>
X-Original-To: port-srv-reg@core3.amsl.com
Delivered-To: port-srv-reg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 73F1C3A6AA3 for <port-srv-reg@core3.amsl.com>;
Tue, 12 Oct 2010 15:03:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.586
X-Spam-Level:
X-Spam-Status: No, score=-102.586 tagged_above=-999 required=5 tests=[AWL=0.013,
BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rJqFPJg00cP2 for
<port-srv-reg@core3.amsl.com>; Tue, 12 Oct 2010 15:03:48 -0700 (PDT)
Received: from nitro.isi.edu (nitro.isi.edu [128.9.208.207]) by core3.amsl.com
(Postfix) with ESMTP id 228E33A6A72 for <port-srv-reg@ietf.org>;
Tue, 12 Oct 2010 15:03:48 -0700 (PDT)
Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated
bits=0) by nitro.isi.edu (8.13.8/8.13.8) with ESMTP id o9CM4A4P029597
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);
Tue, 12 Oct 2010 15:04:10 -0700 (PDT)
Message-ID: <4CB4DB5A.2080105@isi.edu>
Date: Tue, 12 Oct 2010 15:04:10 -0700
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US;
rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4
MIME-Version: 1.0
To: Magnus Westerlund <magnus.westerlund@ericsson.com>
References: <4CB453BB.7020307@ericsson.com> <4CB459D4.2010604@ericsson.com>
In-Reply-To: <4CB459D4.2010604@ericsson.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-MailScanner-ID: o9CM4A4P029597
X-ISI-4-69-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Cc: port-srv-reg@ietf.org
Subject: Re: [port-srv-reg] Still broken ABNF
X-BeenThere: port-srv-reg@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion of updates to service name and transport protocol port
registry <port-srv-reg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/port-srv-reg>,
<mailto:port-srv-reg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/port-srv-reg>
List-Post: <mailto:port-srv-reg@ietf.org>
List-Help: <mailto:port-srv-reg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/port-srv-reg>,
<mailto:port-srv-reg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Oct 2010 22:03:50 -0000
On 10/12/2010 5:51 AM, Magnus Westerlund wrote: > Magnus Westerlund skrev 2010-10-12 14:25: >> Hi, >> >> The ABNF is still broken compared to the text rules. The current ABNF: >> >> SRVNAME = (ALPHA / (1*DIGIT [HYPHEN] ALPHA)) *([HYPHEN] ALNUM) >> ALNUM = ALPHA / DIGIT ; A-Z, a-z, 0-9 >> HYPHEN = %x2d ; "-" >> ALPHA = %x41-5A / %x61-7A ; A-Z / a-z [RFC5234] >> DIGIT = %x30-39 ; 0-9 [RFC5234] >> >> the text rule allows the following name: "1-2A" but the above doesn't. It should be: SRVNAME = *(1*DIGIT [HYPHEN]) ALPHA *([HYPHEN] ALNUM) Joe
- [port-srv-reg] Still broken ABNF Magnus Westerlund
- Re: [port-srv-reg] Still broken ABNF Magnus Westerlund
- Re: [port-srv-reg] Still broken ABNF Joe Touch
- Re: [port-srv-reg] Still broken ABNF Magnus Westerlund