2010/12/9 Iñaki Baz Castillo <[email protected]>: > So, any secure modification I could perform on "header-value" grammar > to allow the above case? > Thanks a lot.
Sorry, what I want is to allow such invalid bytes as part of the Display-Name value in From/Contact header. display-name = quoted-string / ( token *( LWS token ) ) quoted-string = DQUOTE *(qdtext / quoted-pair) DQUOTE qdtext = LWS / %x21 / %x23-5B / %x5D-7E / UTF8-NONASCII quoted-pair = "\\" (%x00-09 / %x0B-0C / %x0E-7F) -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
