9 Mar
2005
9 Mar
'05
6:17 p.m.
Jean-Francois.Doyon@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