[Webware-devel] Object superclass

2002-05-31 Thread Ian Bicking
The Object superclass isn't being used, is it? It seems like an idea that didn't end up being used, and it's somewhat in conflict with the object class in Python 2.2. Ian ___ Don't miss the 2002 Sprint PCS Application Developer'

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
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 we can catch these types of problems before they get checke

[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