[controller] same method defined on the base class stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 02 Jul 2010 14:44:23 +0200
branchstable
changeset 5864 9b7c11e80d20
parent 5862 980db7f775e2
child 5865 af414723598d
[controller] same method defined on the base class
web/views/basecontrollers.py
--- a/web/views/basecontrollers.py	Fri Jul 02 11:52:19 2010 +0200
+++ b/web/views/basecontrollers.py	Fri Jul 02 14:44:23 2010 +0200
@@ -169,10 +169,6 @@
         if view.add_to_breadcrumbs and not view.binary:
             self._cw.update_breadcrumbs()
 
-    def validate_cache(self, view):
-        view.set_http_cache_headers()
-        self._cw.validate_cache()
-
     def execute_linkto(self, eid=None):
         """XXX __linkto parameter may cause security issue