Re: [Webware-devel] Bug in AsyncThreadedHTTPServer?

2001-06-26 Thread Geoff Talvola
At 03:42 PM 6/26/01 -0700, Robin Dunn wrote: >When I found that I couldn't do XML-RPC through AsyncThreadedHTTPServer I >went looking for the problem and think I have found it. Can anybody tell me >if the +2 is required in the code below (from >HTTPRequestHandler.handle_read)? > > elif st

[Webware-devel] Bug in AsyncThreadedHTTPServer?

2001-06-26 Thread Robin Dunn
When I found that I couldn't do XML-RPC through AsyncThreadedHTTPServer I went looking for the problem and think I have found it. Can anybody tell me if the +2 is required in the code below (from HTTPRequestHandler.handle_read)? elif string.lower(self.reqtype) == "post": for

Re: [Webware-devel] config files update

2001-06-26 Thread Chuck Esterbrook
At 12:01 PM 6/26/2001 -0700, Robin Dunn wrote: >I've made the changes discussed last week (see below) for allowing >%(WebwarePath)s type values in the config files, and for changing >MakeAppWorkDir.py to copy and tweak the original files from WebKit into the >new working directory. Does anybody w

Re: [Webware-devel] config files update

2001-06-26 Thread Geoff Talvola
At 12:01 PM 6/26/01 -0700, Robin Dunn wrote: >I've made the changes discussed last week (see below) for allowing >%(WebwarePath)s type values in the config files, and for changing >MakeAppWorkDir.py to copy and tweak the original files from WebKit into the >new working directory. Does anybody wan

[Webware-devel] config files update

2001-06-26 Thread Robin Dunn
I've made the changes discussed last week (see below) for allowing %(WebwarePath)s type values in the config files, and for changing MakeAppWorkDir.py to copy and tweak the original files from WebKit into the new working directory. Does anybody want to review the patch file before I check it in t