You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2006/06/30 05:17:12 UTC

svn commit: r418173 - /lenya/trunk/src/modules/webdav/sitemap.xmap

Author: chestnut
Date: Thu Jun 29 20:17:12 2006
New Revision: 418173

URL: http://svn.apache.org/viewvc?rev=418173&view=rev
Log:
Disable caching for webdav/authoring area

Modified:
    lenya/trunk/src/modules/webdav/sitemap.xmap

Modified: lenya/trunk/src/modules/webdav/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/webdav/sitemap.xmap?rev=418173&r1=418172&r2=418173&view=diff
==============================================================================
--- lenya/trunk/src/modules/webdav/sitemap.xmap (original)
+++ lenya/trunk/src/modules/webdav/sitemap.xmap Thu Jun 29 20:17:12 2006
@@ -117,6 +117,11 @@
 <!-- ========================= Public Resources =========================== -->
     
     <map:pipeline type="caching">
+    
+      <!-- Disable caching for webdav/authoring area -->
+      <map:act type="set-header">
+          <map:parameter name="Cache-Control" value="no-cache" />
+      </map:act>    
  
       <map:match pattern="webdav">
         <map:call function="selectMethod">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org