[Zope-Checkins] SVN: Zope/branches/2.9/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:54:55 EST 2006
    
    
  
Log message for revision 65864:
  OFS.Image: 'Image.update_data' did not refresh the Etag.
  
Changed:
  U   Zope/branches/2.9/lib/python/OFS/Image.py
-=-
Modified: Zope/branches/2.9/lib/python/OFS/Image.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/Image.py	2006-03-07 21:54:19 UTC (rev 65863)
+++ Zope/branches/2.9/lib/python/OFS/Image.py	2006-03-07 21:54:54 UTC (rev 65864)
@@ -781,6 +781,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