Fwd: HTTP 1.1 question on "#rule" example

Jim Gettys (jg@pa.dec.com)
Mon, 6 Jul 1998 13:49:03 -0700


This is a multi-part message in MIME format, created by Pachyderm.
The parts are separated by "--1" lines.
The first part is a covering note, the others are attachments.

--1
Content-Type: text/plain


To document for the mailing list this editorial issue.
			- Jim

--1
Content-Type: message/rfc822
Content-Disposition: attachment

Received: by src-mail.pa.dec.com; id AA14044; Mon, 29 Jun 1998 11:54:35 -0700
Message-Id: <3597E2BB.41C3074F@pa.dec.com>
Date: Mon, 29 Jun 1998 11:53:47 -0700
From: Paul McJones <mcjones@pa.dec.com>
Organization: Compaq Systems Research Center
X-Mailer: Mozilla 4.05 [en] (Win95; U)
Mime-Version: 1.0
To: jg@pa.dec.com
Subject: HTTP 1.1 question on "#rule" example
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Status:   

In the definition of "#rule", draft-ietf-http-v11-spec-rev-03 states:
    
  This makes the usual form of lists very easy; a rule such as
  "( *LWS element *( *LWS "," *LWS element )) " can be shown as
  "1#element".
    
I'm confused by the presence of the outer set of parentheses in the
former but not the latter rule.  Wouldn't it be clearer to rewrite it as
"( 1#element )"?

-- 
Paul McJones <mcjones@pa.dec.com>
Compaq Systems Research Center, 130 Lytton Ave., Palo Alto, CA 94301 USA
voice: 1 650 853 2255, fax: 1 650 853 2104
http://www.research.digital.com/SRC/personal/Paul_McJones/
--1
Content-Type: message/rfc822
Content-Disposition: attachment

Received: by src-mail.pa.dec.com; id AA28249; Thu, 2 Jul 1998 18:02:12 -0700
Received: from mail1.digital.com by pobox1.pa.dec.com (5.65v3.2/1.1.10.5/07Nov97-1157AM)
	id AA23232; Thu, 2 Jul 1998 18:02:02 -0700
Received: from paris.ics.uci.edu (paris.ics.uci.edu [128.195.1.50])
	by mail1.digital.com (8.8.8/8.8.8/WV1.0f) with SMTP id SAA17875;
	Thu, 2 Jul 1998 18:02:01 -0700 (PDT)
Received: from kiwi.ics.uci.edu by paris.ics.uci.edu id aa01937;
          2 Jul 98 17:54 PDT
To: Paul McJones <mcjones@pa.dec.com>
Cc: Jim Gettys <jg@pa.dec.com>, dmk@bell-labs.com
Subject: Re: Fwd: HTTP 1.1 question on "#rule" example 
In-Reply-To: Your message of "Wed, 01 Jul 1998 08:02:39 PDT."
             <359A4F8F.837D03F3@pa.dec.com> 
Date: Thu, 02 Jul 1998 17:54:30 -0700
From: "Roy T. Fielding" <fielding@kiwi.ics.uci.edu>
Message-Id:  <9807021754.aa01937@paris.ics.uci.edu>
Status:   

>than as metasyntactic characters.  Instead, only the inner quotes
>(around the comma) designate literal text.  Perhaps you could rewrite
>this with the two rules displayed on separate lines and not surrounded
>by outer quotes:

Yes, or just use single-quote marks on the outside.

....Roy
--1--