Re: Details...

Roy T. Fielding wrote:
> 
> > Section 2.2
> > 
> > Although it is obvious, the notation '"a".."z"' has not been defined.
> 
> That's because its obvious.  ;)
> 
> > Should tspecials include "#"?
> > 
> > 'qdtext         = <any TEXT except <"> and CTLs,
> >                         but including LWS>'
> > should read
> > 
> > 'qdtext         = <any TEXT except <"> and CTLs>'
> 
> Nope.  Quoted text can indeed be broken over multiple lines.
> I bet it would break a few popular clients, too.

Ahem. TEXT already includes LWS, and, in fact, excludes CTLs, so it should be
even shorter:

'qdtext         = <any TEXT except <">>'

Cheers,

Ben.


> 
> 
>  ...Roy T. Fielding
>     Department of Information & Computer Science    (fielding@ics.uci.edu)
>     University of California, Irvine, CA 92717-3425    fax:+1(714)824-4056
>     http://www.ics.uci.edu/~fielding/
> 

-- 
Ben Laurie                  Phone: +44 (181) 994 6435
Freelance Consultant and    Fax:   +44 (181) 994 6472
Technical Director          Email: ben@algroup.co.uk
A.L. Digital Ltd,           URL: http://www.algroup.co.uk
London, England.

Received on Saturday, 1 June 1996 04:49:46 UTC