You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/03/03 16:24:39 UTC

svn commit: r156052 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap

Author: michi
Date: Thu Mar  3 07:24:38 2005
New Revision: 156052

URL: http://svn.apache.org/viewcvs?view=rev&rev=156052
Log:
sitetree generation should not be cached, because otherwise permissions cannot be applied

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap?view=diff&r1=156051&r2=156052
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap Thu Mar  3 07:24:38 2005
@@ -68,7 +68,7 @@
     
     <!-- usecases -->
     <!-- Sitetree Javascript array -->
-    <map:pipeline>
+    <map:pipeline type="noncaching">
       
       <!-- {publication-id}/{area}/sitetree.xml -->
       <map:match pattern="*/*/sitetree.xml">



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