twisted.web.wsgi incorrectly unquotes QUERY_STRING

[email protected] Tue, 01 Dec 2009 17:05:29 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from therve <[email protected]>:

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.

----------
Type     : defect
Component: web
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4143