django1/django/core/handlers
Malcolm Tredinnick c236874c48 Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination,
since Django would like it to at least contain a '/' (rather than being an
empty string).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-21 22:13:56 +00:00
..
__init__.py Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead. 2005-07-18 06:30:26 +00:00
base.py Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
modpython.py Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, 2008-07-21 22:13:56 +00:00
profiler-hotshot.py Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-admin 2005-11-22 05:04:56 +00:00
wsgi.py Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, 2008-07-21 22:13:56 +00:00