RE: [Webware-devel] ExtraURLPath

2003-01-15 Thread Stuart Donaldson
> -Original Message- > From: Ian Bicking [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 1:08 PM > To: Webware devel > Subject: [Webware-devel] ExtraURLPath > > > I'm going to review the New algorithm, as used by ExtraURLPath. These

[Webware-devel] ExtraURLPath

2003-01-15 Thread Ian Bicking
I'm going to review the New algorithm, as used by ExtraURLPath. These are the things I want to do: * Handle the infinite loop on a 404 * Fallback to Main.py/index.py like 0.7 behavior * Handle ExtraURLPath=0 (i.e., signal 404) -- this won't be triggered in the current version, but hopefully aft

Re: [Webware-devel] extraURLPath definitely broken in 0.7

2002-05-31 Thread Tavis Rudd
On May 31, 2002 11:31 am, Ian Bicking wrote: > On Fri, 2002-05-31 at 13:10, Tavis Rudd wrote: > > It's based on Steve Purcell's httpsession.py. Unfortunately I've recently > > discovered that httpsession.py is based on Python's original urllib > > rather than urllib2 so it doesn't work with https

RE: [Webware-devel] extraURLPath definitely broken in 0.7

2002-05-31 Thread Ian Bicking
On Fri, 2002-05-31 at 12:56, Geoffrey Talvola wrote: > It might be useful to look at the revision history in CVS -- you may be able > to figure out where it broke. But it sounds like this whole area needs a > rewrite anyway. I'm going to try to rewrite this. I'm going to do it for the extra-pat

Re: [Webware-devel] extraURLPath definitely broken in 0.7

2002-05-31 Thread Ian Bicking
On Fri, 2002-05-31 at 13:10, Tavis Rudd wrote: > It's based on Steve Purcell's httpsession.py. Unfortunately I've recently > discovered that httpsession.py is based on Python's original urllib rather > than urllib2 so it doesn't work with https requests. That shouldn't be a > problem for testi

Re: [Webware-devel] extraURLPath definitely broken in 0.7

2002-05-31 Thread Tavis Rudd
On May 31, 2002 10:56 am, Geoffrey Talvola wrote: > It might be useful to look at the revision history in CVS -- you may be > able to figure out where it broke. But it sounds like this whole area > needs a rewrite anyway. > > As an aside, we really need automated regression testing for WebKit so

RE: [Webware-devel] extraURLPath definitely broken in 0.7

2002-05-31 Thread Geoffrey Talvola
but I would love it if someone else would work on it. - Geoff > -Original Message- > From: Ian Bicking [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 1:49 PM > To: [EMAIL PROTECTED] > Subject: [Webware-devel] extraURLPath definitely broken in 0.7 > > > extr

[Webware-devel] extraURLPath definitely broken in 0.7

2002-05-31 Thread Ian Bicking
extraURLPath is definitely broken in 0.7. You can reproduce by turning the setting on (of course), and then accessing: /Examples/View/test which should work, as the extra /test should be ignored (and was in past versions). This *does* work: /Examples/View.py/test I looked into this quite a b