[Zope] HUGE Threads showing in Debug Information
Dieter Maurer
dieter at handshake.de
Wed Mar 9 13:17:48 EST 2005
Jean-Francois.Doyon at CCRS.NRCan.gc.ca wrote at 2005-3-8 17:30 -0500:
>Well, what've found so far is: conn.setDebugInfo(REQUEST.environ,
>REQUEST.other)
>
>I have a hard time seeing how the HTML would end up in the envionment, so
>it's probably hiding somewhere in "other" ...
It is the "RESPONSE" object in "other".
Usually, "RESPONSE" is only filled at the end of the request.
Therefore, you usually do not see text from it in the display.
However, "RESPONSE" provides some methods to fill it earlier...
--
Dieter
More information about the Zope
mailing list