Re: #173: CR and LF in chunk extension values

On Aug 27, 2009, at 5:03 AM, Julian Reschke wrote:
> It appears that we *do* have consensus for disallowing controls in  
> quoted-pairs, thus for:
>
>   quoted-pair    = "\" ( WSP / VCHAR / obs-text )
>
> However, if that's all that we do we won't have addresses issue  
> #173 after all.
>
> Proposal:
>
> - add a new issue for disallowing CTLs in quoted-pair

I suggest we make the issue "Disallow quoted-pair productions that are
never used in practice nor needed for parsing", with the fix being

    quoted-pair    = "\" ( "\" / DQUOTE / "(" / ")" )

....Roy

Received on Friday, 28 August 2009 01:45:52 UTC