- RESPONSE.handle_errors was wrongly set (to debug, should have been
``not debug``). Also, the check for exception constructor arguments didn't account for exceptions that didn't override the ``__init__`` (which are most of them). The combination of those two problems caused the ``standard_error_message`` not to be called. Fixes https://bugs.edge.launchpad.net/zope2/+bug/372632 .
Showing
Please register or sign in to comment