[Repoze-checkins] r766 - repoze.zope2/tags/0.3.2
Chris McDonough
chrism at agendaless.com
Tue Mar 4 02:26:11 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Mar 3 21:26:10 2008
New Revision: 766
Log:
0.3.2 (2008-03-03)
- Fix bug reported by Martin Aspeli: repoze.zope2 would choke on
large images and files (symptom: broken images when images were
large). This was due to the fact that the Zope File- and
Image-rendering machinery used HTTPResponse.write, which
repoze.zope2's response handling didn't handle properly. We now
subclass HTTPResponse (as RepozeHTTPResponse) to solve the issue.
Added:
repoze.zope2/tags/0.3.2/
- copied from r765, /repoze.zope2/trunk/
More information about the Repoze-checkins
mailing list