Re: Bug in mod_python

2008-06-17 Thread Collin Grady
Peter Melvyn said the following: > I see - is there a way how to pass such URL via Google interface? http://tinyurl.com ? :) -- Collin Grady If at first you don't succeed, you're doing about average. -- Leonard Levinson --~--~-~--~~~---~--~~ You

Re: Bug in mod_python

2008-06-17 Thread Peter Melvyn
On 6/17/08, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Link comes out broken by Google Groups web interface. I see - is there a way how to pass such URL via Google interface? > Anyway, in the mod_python case it comes down to Location directive > being used. The SCRIPT_NAME/PATH_INFO varia

Re: Bug in mod_python

2008-06-17 Thread Graham Dumpleton
On Jun 17, 11:28 pm, "Peter Melvyn" <[EMAIL PROTECTED]> wrote: > > I though that might be the case, I won't bother to raise a ticket then. > > We had a similiar problem and discussed it on Apache forum: perhaps it > could enlighten a problem: > http://mail-archives.apache.org/mod_mbox/httpd-users/

Re: Bug in mod_python

2008-06-17 Thread Peter Melvyn
> I though that might be the case, I won't bother to raise a ticket then. We had a similiar problem and discussed it on Apache forum: perhaps it could enlighten a problem: http://mail-archives.apache.org/mod_mbox/httpd-users/200708.mbox/[EMAIL PROTECTED] HTH, Peter --~--~-~--~~

Re: Bug in mod_python

2008-06-17 Thread Ben Ford
Thanks Graham, I though that might be the case, I won't bother to raise a ticket then. Ben 2008/6/17 Graham Dumpleton <[EMAIL PROTECTED]>: > > > > On Jun 17, 1:28 am, "Ben Ford" <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I've come across some inconsistent behavior when running django under

Re: Bug in mod_python

2008-06-17 Thread Graham Dumpleton
On Jun 17, 1:28 am, "Ben Ford" <[EMAIL PROTECTED]> wrote: > Hi all, > > I've come across some inconsistent behavior when running django under > different conditions. This is in some existing code that has has some > problems and isn't really well written, so I'm going to ask the question > here

Bug in mod_python

2008-06-16 Thread Ben Ford
Hi all, I've come across some inconsistent behavior when running django under different conditions. This is in some existing code that has has some problems and isn't really well written, so I'm going to ask the question here first to avoid noise on trac before I raise a ticket. In this code ther