#10678: Confusing error when django.root has a trailing slash
----------------------------+-----------------------------------------------
 Reporter:  tallfred        |       Owner:  nobody    
   Status:  new             |   Milestone:            
Component:  Core framework  |     Version:  SVN       
 Keywords:                  |       Stage:  Unreviewed
Has_patch:  1               |  
----------------------------+-----------------------------------------------
 If using mod_python, and django.root has a trailing
 slash, then some pages fail with a confusing "NoneType
 is not iterable" error on line 82 of core/handlers/base.py
 because request.path_info is None.  The following patch
 fixes it by silently truncating the configurable.

 Also, can we please add double quotes around the value
 of example django.root setting on
 http://docs.djangoproject.com/en/dev/howto/deployment/modpython/

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10678>
Django <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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to