Re: [Webware-devel] Broken pages in Admin context

2005-10-05 Thread Christoph Zwerschke
The servlets ServletCache.py and AppControl.py in the Admin context are broken... I have just gone over the admin pages and fixed these things. -- Christoph --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free

Re: [Webware-devel] Old-style actions

2005-10-05 Thread Christoph Zwerschke
Just for the record, since nobody protested, I have re-implemented the methodNameForAction() transformation for action names. By default it is the identity, so there will be no compatibility issue. Because of this, the current behavior is nearly compatible with OldStyleActions. The only

Re: [Webware-devel] 404 error page

2005-10-05 Thread Christoph Zwerschke
I noticed that in 0.9beta2 the 404Text.txt page was not supported any more. It was still there and mentioned in the docs, but not used. Instead, a standard HTTPException error message was printed. Was there a deeper reason for this? Anyway I have re-implemented the old behavior. Only if there