[Zope] DAMN Traceback!
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Sun, 14 Oct 2001 22:26:18 +0400
On Sat, Oct 13, 2001 at 08:01:36PM -0300, alex@quad.com.ar wrote:
> what's the reason behind tracebacks being *allways* printed on zope?
> don't tell me to disable the debug mode, because that doesn't really remove
> the traceback from the output, it just html quotes it.
>
> why did ZC leave this behaviour as is ? wouldn't it be much more elegant if
> it could be handled by the standard_error_message
It is not always possible. What if the very standard_error_message has
an error? Or standard_html_header? Or one of the objects is non authorized.
There should be builtin exception catcher. Always.
Oleg.
----
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.