Ticket #4143 defect closed fixed
twisted.web.wsgi incorrectly unquotes QUERY_STRING
| Reported by: | therve | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Twisted-10.0 |
| Component: | web | Keywords: | |
| Cc: | Branch: | branches/wsgi-query-string-4143 | |
| Author: | therve | Launchpad Bug: |
Description
In _WSGIResponse.__init__, the data put in the QUERY_STRING env value is passed through urllib.unquote. Although the WSIG spec is unclear about it, it looks like the query string should be passed unchanged, and lets the application deals with it.
Change History
Note: See
TracTickets for help on using
tickets.
