[Zope-Checkins] CVS: Zope/lib/python/OFS - Image.py:1.145
Brian Lloyd
brian@zope.com
Tue, 17 Jun 2003 14:01:26 -0400
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv8253
Modified Files:
Image.py
Log Message:
fix for 683
=== Zope/lib/python/OFS/Image.py 1.144 => 1.145 ===
--- Zope/lib/python/OFS/Image.py:1.144 Sun Feb 2 07:24:44 2003
+++ Zope/lib/python/OFS/Image.py Tue Jun 17 14:01:25 2003
@@ -160,6 +160,7 @@
RESPONSE.setHeader('Content-Length', self.size)
RESPONSE.setHeader('Accept-Ranges', 'bytes')
RESPONSE.setStatus(304)
+ self.ZCacheable_set(None)
return ''
if self.precondition and hasattr(self,self.precondition):