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 2006/04/02 01:36:27 UTC

svn commit: r390762 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml

Author: thorsten
Date: Sat Apr  1 15:36:25 2006
New Revision: 390762

URL: http://svn.apache.org/viewcvs?rev=390762&view=rev
Log:
removing bug act @src workaround in the dispatcher lm

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

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml?rev=390762&r1=390761&r2=390762&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml Sat Apr  1 15:36:25 2006
@@ -49,8 +49,7 @@
       <select type="exists">
         <!-- project-based file-based -->
         <location src="{project:content.xdocs}{1}{project:theme-ext}" />
-        <!-- @src="" workaround for action bug in the locationmap! -->
-        <act type="RecursiveDirectoryTraversalAction" src="">
+        <act type="RecursiveDirectoryTraversalAction">
           <parameter value="{1}" name="request"/>
           <parameter value="{project:theme}" name="projectFallback"/>
           <parameter value="{project:theme-ext}" name="projectExtension"/>