I wanted to bring up some discussion here about an empty PATH_INFO value. The ticket #3414 also reports this problem. I attempted to see how to patch it, but the problem seems to be more than meets the eye. I can't just test for an empty value in request.path and append a slash and then let it redirect since the next request will still report an empty value for PATH_INFO and turns into an infinite redirect loop.
I searched on Google and came across RFC 3875 4.1.5 located at http://www.ietf.org/rfc/rfc3875. It describes the CGI/1.1 protocol and allows an empty value for PATH_INFO. What are other people's thoughts on this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
