Re: empty PATH_INFO env var

2007-05-04 Thread jedie
On May 3, 7:18 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > I wanted to bring up some discussion here about an empty PATH_INFO > value. The ticket #3414 also reports this problem. There is the same problem with CGI. Please look at: http://code.djangoproject.com/ticket/2407 --~--~-~--

empty PATH_INFO env var

2007-05-03 Thread Brian Rosner
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