You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jb...@apache.org on 2006/02/23 17:29:34 UTC

svn commit: r380148 - /cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap

Author: jbq
Date: Thu Feb 23 08:29:31 2006
New Revision: 380148

URL: http://svn.apache.org/viewcvs?rev=380148&view=rev
Log:
Fix COCOON-1279

Modified:
    cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap?rev=380148&r1=380147&r2=380148&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap Thu Feb 23 08:29:31 2006
@@ -421,7 +421,7 @@
        <!-- parameter name="outputBufferSize" value="8192"/ -->
      </map:pipe>
      <map:pipe name="caching-point" src="org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline">
-       <parameter name="autoCachingPoint" value="On"/>
+       <!-- parameter name="autoCachingPoint" value="On"/ -->
        <!-- parameter name="outputBufferSize" value="8192"/ -->
      </map:pipe>
      <map:pipe name="noncaching" src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline">