You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/01/08 03:07:51 UTC

svn commit: r493904 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap

Author: thorsten
Date: Sun Jan  7 18:07:51 2007
New Revision: 493904

URL: http://svn.apache.org/viewvc?view=rev&rev=493904
Log:
Fixing module used to call dispatcher.caching. 
The forrest module throws an exception while the properties module is working fine.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap?view=diff&rev=493904&r1=493903&r2=493904
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap Sun Jan  7 18:07:51 2007
@@ -194,7 +194,7 @@
         <map:transform type="dispatcher">
           <map:parameter name="cacheKey" value="{0}" />
           <map:parameter name="validityFile" value="cocoon:/resolve.structurer.{1}" />
-          <map:parameter name="dispatcher.caching" value="{forrest:dispatcher.caching}" />
+          <map:parameter name="dispatcher.caching" value="{properties:dispatcher.caching}" />
           <map:parameter name="request" value="{1}" />
           <map:parameter name="type" value="internal{2}" />
         </map:transform>
@@ -210,7 +210,7 @@
         <map:transform type="dispatcher">
           <map:parameter name="cacheKey" value="{0}" />
           <map:parameter name="validityFile" value="cocoon:/resolve.structurer.{1}" />
-          <map:parameter name="dispatcher.caching" value="{forrest:dispatcher.caching}" />
+          <map:parameter name="dispatcher.caching" value="{properties:dispatcher.caching}" />
           <map:parameter name="request" value="{1}" />
           <map:parameter name="type" value="css" />
         </map:transform>