[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.363
Sidnei da Silva
sidnei at enfoldsystems.com
Wed Oct 12 17:27:37 EDT 2005
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv12347/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
- OFS.Image.manage_FTPget() would str() it's .data attribute,
potentially loading the whole file in memory as a
string. Changed to use RESPONSE.write() iterating through the
Pdata chain, just like index_html().
=== Zope/doc/CHANGES.txt 1.625.2.362 => 1.625.2.363 ===
--- Zope/doc/CHANGES.txt:1.625.2.362 Tue Oct 11 11:00:35 2005
+++ Zope/doc/CHANGES.txt Wed Oct 12 17:27:06 2005
@@ -13,6 +13,11 @@
Bugs fixed
+ - OFS.Image.manage_FTPget() would str() it's .data attribute,
+ potentially loading the whole file in memory as a
+ string. Changed to use RESPONSE.write() iterating through the
+ Pdata chain, just like index_html().
+
- Collector #1914: Harden 'call_with_ns' (in
'Products.PageTemplates.ZRPythonExpr') against namespaces from other
callers than page templates.
More information about the Zope-Checkins
mailing list