2008/10/1 Brian Smith <[EMAIL PROTECTED]>:
> mod_wsgi already mangles the URI components too much in SCRIPT_NAME and 
> PATH_INFO (in its defense, it does so because CGI/WSGI require it to for the 
> most part, except for "//" munging). That is why I fall back to parsing 
> REQUEST_URI myself.

In my defence I do the leading duplicate slash removal in SCRIPT_NAME
because otherwise different major versions of Apache would behave
differently. Any duplicate slashes otherwise within the path of
SCRIPT_NAME and PATH_INFO are from memory eliminated by Apache itself
and not by mod_wsgi.

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to