#11111: WSGIRequest should not make PATH_INFO and SCRIPT_NAME unicode
---------------------------+------------------------------------------------
 Reporter:  mgood          |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 The [http://www.python.org/dev/peps/pep-0333/ WSGI spec] requires the
 standard environment values to be `str`, not `unicode` types, but the
 WSGIRequest object updates the environ (via self.META which is a
 reference), setting PATH_INFO and SCRIPT_NAME to unicode objects.  These
 unicode values led to some issues with [http://pythonpaste.org/webtest/
 WebTest] which checks to ensure that the environ only contains `str`
 values.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11111>
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