You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be inconsistent with the WSGI spec. However it has been
pointed out that this default behaviour creates problem for some cases.
(http://code.google.com/p/wsgi-intercept/issues/detail?id=11) It would be
really swell if there could be a configuration flag that would turn the
url decoding on/off.
Thanks.
Original issue reported on code.google.com by [email protected] on 22 Sep 2008 at 3:21
The text was updated successfully, but these errors were encountered:
Note to self: For reference on the spec (I think it's the CGI spec that talks
about
PATH_INFO), see
http://mail.python.org/pipermail/web-sig/2008-January/003122.html .
There was also a message in the twill list about how QUERY_STRING should not be
decoded: http://lists.idyll.org/pipermail/twill/2008-April/000875.html
Original comment by kumar.mcmillan on 22 Sep 2008 at 3:31
Original issue reported on code.google.com by
[email protected]
on 22 Sep 2008 at 3:21The text was updated successfully, but these errors were encountered: