Re: [Webware-devel] Test results

2005-11-13 Thread Christoph Zwerschke
Ok, I've fixed all that and updated the w4py.org server already. It now runs on Webware 0.9, and the docs are served directly by the webserver. The new releases and online docs are also available via SourceForge. -- Chris --- SF.Net email is

Re: [Webware-devel] Test results

2005-11-13 Thread Christoph Zwerschke
Regarding w4py.org, I'm not sure what specific security issues you're referring to with regards to having the whole tree available. As long as the .py files and other scripts are not executed by the web server, we'll be fine. They ARE executed, that's what I'm talking about. For example, http://

Re: [Webware-devel] Test results

2005-11-13 Thread Chuck Esterbrook
On 11/13/05, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > Or should I update the w4py.org server to 0.9 before making the release > in order to have another real-world test? > > -- Chris I suggest making the release. Regarding w4py.org, I'm not sure what specific security issues you're referr

Re: [Webware-devel] Test results

2005-11-13 Thread Christoph Zwerschke
Or should I update the w4py.org server to 0.9 before making the release in order to have another real-world test? -- Chris --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for f

Re: [Webware-devel] Test results

2005-11-13 Thread Christoph Zwerschke
Just checked the current trunk under WinXP + Py2.4.1 and I'm still experiencing no problems breaking out from th app server with Ctrl/C. So I will proceed and release 0.9 today. According to Murphy we will not find the real bugs until shortly after the release anyway ;-) But since the release

Re: [Webware-devel] Test results

2005-11-12 Thread Chuck Esterbrook
On 11/12/05, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > > I cannot break out of ThreadedAppServer with Ctrl+C whether at the > > command prompt or running inside WingIDE. > > The DebugAppServer can break out fine. > > I'm on Win XP Pro with Python 2.4.1. > > It works on my Win XP Pro and

Re: [Webware-devel] Test results

2005-11-12 Thread Christoph Zwerschke
> I cannot break out of ThreadedAppServer with Ctrl+C whether at the > command prompt or running inside WingIDE. > The DebugAppServer can break out fine. > I'm on Win XP Pro with Python 2.4.1. It works on my Win XP Pro and Py 2.4.1 (tried only command line (cmd.exe), not WingIDE), and in the cod

[Webware-devel] Test results

2005-11-11 Thread Chuck Esterbrook
Overall, my testing went well. I poked around my apps and I ran several unit tests from the command line (and checked in a couple tweaks). I cannot break out of ThreadedAppServer with Ctrl+C whether at the command prompt or running inside WingIDE. The DebugAppServer can break out fine. I'm on Wi