Re: Status of issue #30 (Implied LWS)

Mark Nottingham wrote:
> OWS            = *( [ obs-fold ] WSP )    ; "optional" white space
> RWS            = 1*( [ obs-fold ] WSP )   ; "required" white space
> BWS            = OWS                      ; "bad" white space
> obs-fold       = CRLF

That syntax permits header lines containing only whitespace, like this:

    Field:<SP>value<CRLF>
    <SP><CRLF>
    <SP>more value<CRLF>

Is this intentional?  (RFC2616 allows it.)

-- Jamie

Received on Friday, 14 November 2008 02:03:44 UTC