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 or anything like it. I'd like only managers to see tracebacks, why should an untrusted user have access to such information? btw, I'm not looking for a patch, just an answer =) Thanks alex
It would be helpful to have a detailed list of the behaviors you'd like to see changed in the form of a fishbowl proposal at dev.zope.org. On Sat, 13 Oct 2001 20:01:36 -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 or anything like it. I'd like only managers to see tracebacks, why should an untrusted user have access to such information?
btw, I'm not looking for a patch, just an answer =)
Thanks
alex
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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.
participants (3)
-
alex@quad.com.ar -
Chris McDonough -
Oleg Broytmann