Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Graham Dumpleton wrote: > > On Sep 5, 8:59 pm, Michael Radziej <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 05, Thomas Guettler wrote: > > > > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > > > On Wed, Sep 05, Thomas Guettler wrote: > > > [cut] > > > > Is this

Re: content of request.path

2007-09-05 Thread Graham Dumpleton
On Sep 5, 8:59 pm, Michael Radziej <[EMAIL PROTECTED]> wrote: > On Wed, Sep 05, Thomas Guettler wrote: > > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > > On Wed, Sep 05, Thomas Guettler wrote: > > [cut] > > > Is this the same problem as in ticket #285? > > >

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Thomas Guettler wrote: > That's why I started this thread. > > I see a lot of code that depends > on request.path including the scgi/mod_python mount point: > [...] I completely agree, but I'd like to hear a word from the core developers ;-) Michael -- noris network AG -

Re: content of request.path

2007-09-05 Thread Thomas Guettler
Am Mittwoch, 5. September 2007 12:59 schrieb Michael Radziej: > On Wed, Sep 05, Thomas Guettler wrote: > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > > On Wed, Sep 05, Thomas Guettler wrote: > > > > [cut] > > > > > Is this the same problem as in ticket #285? > > > > > >

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Thomas Guettler wrote: > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > On Wed, Sep 05, Thomas Guettler wrote: > [cut] > > Is this the same problem as in ticket #285? > > > > http://code.djangoproject.com/ticket/285 > > Yes Great - Thomas, could you test

Re: content of request.path

2007-09-05 Thread Thomas Guettler
Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > On Wed, Sep 05, Thomas Guettler wrote: [cut] > Is this the same problem as in ticket #285? > > http://code.djangoproject.com/ticket/285 Yes --~--~-~--~~~---~--~~ You received this message because

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Thomas Guettler wrote: > > Hi, > > if the SCGI/AJP/mod_python app is mounted under /dynamic (http://.../dynamic) > > and request URL is http://.../dynamic/test/ > > What should be the content if request.path? > > > With mod_python it is /d

content of request.path

2007-09-05 Thread Thomas Guettler
Hi, if the SCGI/AJP/mod_python app is mounted under /dynamic (http://.../dynamic) and request URL is http://.../dynamic/test/ What should be the content if request.path? With mod_python it is /dynamic/test/ With SCGI+WSCGI it is /test/ settings.APPEND_SLASH and other stuff don't work