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 wsgiref.simpleserver and most other WSGI servers in the wild.

Shouldn't the spec define this explicitly?


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to