Re: SCRIPT_NAME/PATH_INFO, etc, changes

2008-07-21 Thread Jacob Kaplan-Moss
On Mon, Jul 21, 2008 at 7:54 AM, Richard Davies <[EMAIL PROTECTED]> wrote: > The question is how Django should handle cases when PATH_INFO is not > set in the environment with which WSGI is called. The options are: >From the WSGI spec: """ environ Variables [...] The following variables **must*

Re: SCRIPT_NAME/PATH_INFO, etc, changes

2008-07-21 Thread Richard Davies
First of all, thank you very much to Malcolm for fixing this - clearly a massive step forwards towards 1.0! I've subsequently had a discussion on the #3414 ticket tracker, which I'm now moving to django-developers before it becomes too lengthy, as per the "How to contribute". The question is ho

SCRIPT_NAME/PATH_INFO, etc, changes

2008-07-21 Thread Malcolm Tredinnick
In [8015] I finally landed the patch to fix a number of issue with URL parsing that we've been talking about. It explicitly fixes #285, #1516 and #3414, but possibly others as well, and is based on a patch that John Melesky wrote at a sprint last year (although I forgot to thank him in the commit