[Zope-PAS] Re: Merging my branch to the head tomorrow

Lennart Regebro regebro at nuxeo.com
Fri Oct 15 12:02:27 EDT 2004


Zachery Bir wrote:
> I actually changed the implementation to use response.setBody(), which 
> does some nice paper work (setting the content length headers and so 
> on), but then to override response's setBody method after the fact, so 
> that exception doesn't munge it any more.

That works too. Or you could just do
	response.setBody(bla)
	respone.write('')
That would also stop any further setBodying to actually have any real 
effect.


More information about the Zope-PAS mailing list