[Zope] Which Script Catches HTTP 404 Errors?

Dieter Maurer dieter@handshake.de
Wed, 8 Jan 2003 20:56:41 +0100


beno wrote at 2003-1-6 16:30 -0400:
 > Which script captures HTTP 404 errors? I need to play with it.
You can customize "standard_error_message".

It gets called for all exceptions not handled by the application.
"404" exceptions cannot be handle by the application because
it is not reached.


Dieter