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