#3414: middleware/common.py and SCGI bug - string index out of range (caused by
missing PATH_INFO)
-----------------------------------------------------------+----------------
Reporter: Piotr MaliĆski <[EMAIL PROTECTED]> | Owner:
nobody
Status: closed | Milestone:
Component: Core framework | Version:
SVN
Resolution: fixed | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------------------------------+----------------
Changes (by ubernostrum):
* status: reopened => closed
* resolution: => fixed
Comment:
Having looked a bit at the fix for #285 and done a bit of research, I
believe the correct conclusion here is:
"Doctor, it hurts when I configure my server this way!"
"Well, then, don't configure your server that way."
If you set things up in such a way that `PATH_INFO` is not available to
Django or has been mangled prior to handing off to Django, I don't think
Django can help you much, really; we can't magically reconstruct
information that wasn't given to us in the first place.
--
Ticket URL: <http://code.djangoproject.com/ticket/3414#comment:21>
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
-~----------~----~----~----~------~----~------~--~---