- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Mon, 21 May 2007 14:36:12 +0200
- To: Alexey Melnikov <alexey.melnikov@isode.com>
- CC: Dan Winship <dan.winship@gmail.com>, HTTP Working Group <ietf-http-wg@w3.org>
Alexey Melnikov wrote:
>
> Mark Nottingham wrote:
>
>> Now issue 62;
>> http://www.w3.org/Protocols/HTTP/1.1/rfc2616bis/issues/#i62
>>
>> On 21/04/2007, at 1:12 AM, Dan Winship wrote:
>>
>>> RFC 2822 updates RFC 822's quoted-pair rule to disallow CR, LF, and
>>> NUL.
>>> We should probably make the same change.
>>
> I agree.
So what would be the fix. Something like:
quoted-text = %d1-9 | ; Characters excluding CR and LF
%d11 |
%d12 |
%d14-127
quoted-pair = "\" quoted-text
?
Best regards, Julian
Received on Monday, 21 May 2007 12:36:46 UTC