[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Image.py OFS.Image: 'Image.update_data' did not refresh the Etag.

Stefan H. Holek stefan at epy.co.at
Tue Mar 7 16:55:56 EST 2006


Log message for revision 65865:
  OFS.Image: 'Image.update_data' did not refresh the Etag.
  

Changed:
  U   Zope/trunk/lib/python/OFS/Image.py

-=-
Modified: Zope/trunk/lib/python/OFS/Image.py
===================================================================
--- Zope/trunk/lib/python/OFS/Image.py	2006-03-07 21:54:54 UTC (rev 65864)
+++ Zope/trunk/lib/python/OFS/Image.py	2006-03-07 21:55:56 UTC (rev 65865)
@@ -794,6 +794,7 @@
 
         self.ZCacheable_invalidate()
         self.ZCacheable_set(None)
+        self.http__refreshEtag()
 
     def __str__(self):
         return self.tag()



More information about the Zope-Checkins mailing list