Opened 2 years ago
Last modified 2 years ago
#34709 closed Bug
charset should be ignored for the application/x-www-form-urlencoded content type. — at Version 2
| Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | HTTP handling | Version: | 4.2 |
| Severity: | Normal | Keywords: | |
| Cc: | Markus Holtermann, Simon Charette, Adam Johnson, Shamil Abdulaev, Shai Berger | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
charset parameter is used in application/x-www-urlencoded content type. However, per the current spec (check out RFC 1866) the content type application/x-www-form-urlencoded does not have a charset and should be treated as UTF-8.
Thanks Eki Xu for the report.
Note:
See TracTickets
for help on using tickets.
See related tickets #5076 and #14035.