Julian Reschke wrote: > Brian Smith wrote: >> Julian Reschke wrote: >>> So how about: >>> >>> quoted-string = DQUOTE *( qdtext / quoted-pair ) DQUOTE >>> qdtext = OWS / %x21 / %x23-5B / %x5D-7E / obs-text >>> ; OWS / VCHAR except DQUOTE / obs-text >> >> It should be 'VCHAR except DQUOTE and "\"'. > > Oh well. Thanks for catching this one. > >>> comment = "(" *( ctext / quoted-pair / comment ) ")" >>> ctext = OWS / %x21-27 / %x2A-5B / %x5D-7E / obs-text >>> ; OWS / VCHAR except "(", ")" and "\" / obs-text >> >> It should be 'VCHAR except "(", ")", and "\"' (one more comma), based >> on the >> style used in the rest of the document. > > Ack. New text: > > quoted-string = DQUOTE *( qdtext / quoted-pair ) DQUOTE > qdtext = OWS / %x21 / %x23-5B / %x5D-7E / obs-text > ; OWS / <VCHAR except DQUOTE and "\"> / obs-text > > comment = "(" *( ctext / quoted-pair / comment ) ")" > ctext = OWS / %x21-27 / %x2A-5B / %x5D-7E / obs-text > ; OWS / <VCHAR except "(", ")", and "\"> / obs-text > > See > <http://trac.tools.ietf.org/wg/httpbis/trac/attachment/ticket/162/162.2.diff>. > ... Change applied with <http://trac.tools.ietf.org/wg/httpbis/trac/changeset/574>. BR, JulianReceived on Sunday, 3 May 2009 16:49:57 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 2 February 2023 18:43:19 UTC