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
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
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
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().