commit | 0400d33928e6b463db164836da670700f03edc5d | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sat Feb 08 13:12:00 2014 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Sat Feb 08 13:12:00 2014 -0500 |
tree | 70c96ca143468dfe5e7fcfc827fc32bf37d4ff4b | |
parent | 905c8c3d8dfe081d91e399aa5fd93d1659655264 [diff] |
#16983: Apply postel's law to encoded words inside quoted strings. This applies only to the new parser. The old parser decodes encoded words inside quoted strings already, although it gets the whitespace wrong when it does so. This version of the patch only handles the most common case (a single encoded word surrounded by quotes), but I haven't seen any other variations of this in the wild yet, so its good enough for now.