#3762: TypeError/Unhandled exception in django.core.handlers.base.get_response()
if PATH_INFO is not in env
----------------------+-----------------------------------------------------
   Reporter:  xlotlu  |                Owner:  adrian        
     Status:  new     |            Component:  Core framework
    Version:  SVN     |           Resolution:                
   Keywords:          |                Stage:  Accepted      
  Has_patch:  0       |           Needs_docs:  0             
Needs_tests:  0       |   Needs_better_patch:  0             
----------------------+-----------------------------------------------------
Comment (by anonymous):

 I ran into this problem running django (svn 5427 2007-06-02) on Dreamhost
 with fastcgi. PATH_INFO is empty in this environment, for whatever reason.
 
 When APPEND_SLASH was set to False, I would get the exception described
 above.[[BR]]
 When APPEND_SLASH was set to True, I would get the behavior described in
 [http://code.djangoproject.com/ticket/3414 #3414].
 
 Applying the wsgi.patch from [http://code.djangoproject.com/ticket/3414
 #3414] resolved the problem for me in '''both''' cases.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3762#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to