(see <http://www.w3.org/Protocols/HTTP/1.1/rfc2616bis/issues/#i31>) The proposed resolution was to say: qdtext = <any TEXT except <"> and "\"> This fixes the original issue, but preserves another problem; the ABNF production being broken because the prose contains the "<" character. So I'd like to change this to: qdtext = <any TEXT excluding '"' and '\'> or even DQUOTE = %x22 qdtext = <any TEXT excluding DQUOTE and "\"> (doing a first step towards RFC4234 compliance) Best regards, JulianReceived on Friday, 20 April 2007 12:23:25 UTC
This archive was generated by hypermail 2.3.1 : Tuesday, 1 March 2016 11:10:42 UTC