Re: [Web-SIG] WSGI unquoting rules

2006-08-06 Thread Phillip J. Eby
At 05:05 PM 8/6/2006 -0700, Robert Brewer wrote: >Content-class: urn:content-classes:message >Content-Type: multipart/alternative; > boundary="_=_NextPart_001_01C6B9B5.2CCFFA4A" > >PEP 333 doesn't directly state whether a WSGI server should unquote the >path or the query string before

[Web-SIG] WSGI unquoting rules

2006-08-06 Thread Robert Brewer
Title: WSGI unquoting rules PEP 333 doesn't directly state whether a WSGI server should unquote the path or the query string before setting SCRIPT_NAME, PATH_INFO, and QUERY_STRING. The "URL Reconstruction" section assumes that the path has been unquoted but not the query string, as do wsgire