Re: [Webware-discuss] Forwarded requests and exception reports

2006-07-05 Thread Christoph Zwerschke
Oliver Bock wrote: > While your suggestion gets rid of the extra exception in the error > report, it doesn't solve the problem, which is that forwarding a servlet > fails to forward the call to writeExceptionReport(). (Your above > solution fixes my problem; I'm continuing this thread solely to

Re: [Webware-discuss] Forwarded requests and exception reports

2006-06-29 Thread Oliver Bock
Christoph Zwerschke wrote: >> To provide more concise URLs to users, I use a servlet called index.py >> to forward requests. I'm sure I didn't think this up myself, but I >> cannot find it in the current docs. >> > > You can also use Main.py, and you can configure it in > Application.confi

Re: [Webware-discuss] Forwarded requests and exception reports

2006-06-29 Thread Christoph Zwerschke
Oliver Bock wrote: > To provide more concise URLs to users, I use a servlet called index.py > to forward requests. I'm sure I didn't think this up myself, but I > cannot find it in the current docs. You can also use Main.py, and you can configure it in Application.config, setting "DirectoryFil

[Webware-discuss] Forwarded requests and exception reports

2006-06-28 Thread Oliver Bock
To provide more concise URLs to users, I use a servlet called index.py to forward requests. I'm sure I didn't think this up myself, but I cannot find it in the current docs. from WebKit.HTTPServlet import HTTPServlet class index(HTTPServlet): def respond(self, trans): trans.application().