[Zope-Coders] Re: [Zope] Trace Backs

Shane Hathaway shane@zope.com
Mon, 04 Mar 2002 10:07:00 -0500


Chris Withers wrote:
> Shane Hathaway wrote:
> 
>>FYI I've changed this in the "shane-better-tracebacks-branch", so please
>>don't make incompatible changes on the trunk.
>>
> 
> Phew! I'll leave it to you then and take it off my list of things to do :-)
> 
> How have you solved this? How does it work now?
> 
> Are the traceback headers still shoved in by ZPublisher?

You just have to override HTTPResponse._traceback() to change the behavior.

Shane