- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 22 May 2007 12:26:36 +0200
- To: Alexey Melnikov <alexey.melnikov@isode.com>
- CC: HTTP Working Group <ietf-http-wg@w3.org>
Alexey Melnikov wrote:
> Julian Reschke wrote:
>
>> 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
>
> Yes, this seems reasonable. I would only update the comment to mention
> NUL as well.
>
>> ?
OK, so let's make it...:
quoted-text = %d1-9 | ; Characters excluding NUL, CR and LF
%d11-d12 |
%d14-127
quoted-pair = "\" quoted-text
Best regards, Julian
PS.: I'm a bit nervous to start making changes to the ABNF before our
ABNF transition plan is in place. But maybe that's not a problem as long
as we can always generate the collected BNF for all previous drafts?
Received on Tuesday, 22 May 2007 10:27:08 UTC