[Zope-Checkins] CVS: Zope/lib/python/OFS - Image.py:1.141.4.6
Brian Lloyd
brian@zope.com
Tue, 17 Jun 2003 14:01:14 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv8234
Modified Files:
Tag: Zope-2_6-branch
Image.py
Log Message:
fix for 683
=== Zope/lib/python/OFS/Image.py 1.141.4.5 => 1.141.4.6 ===
--- Zope/lib/python/OFS/Image.py:1.141.4.5 Tue Dec 17 13:38:27 2002
+++ Zope/lib/python/OFS/Image.py Tue Jun 17 14:01:13 2003
@@ -160,6 +160,7 @@
RESPONSE.setHeader('Content-Type', self.content_type)
RESPONSE.setHeader('Content-Length', self.size)
RESPONSE.setHeader('Accept-Ranges', 'bytes')
+ self.ZCacheable_set(None)
RESPONSE.setStatus(304)
return ''