NGSegovia / wsgi-intercept

Automatically exported from code.google.com/p/wsgi-intercept
Other
0 stars 0 forks source link

wsgi-intercept does not urldecode PATH_INFO #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 mohangk@gmail.com on 22 Sep 2008 at 3:21

GoogleCodeExporter commented 8 years ago
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