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 2005/10/08 14:31:03 UTC

svn commit: r307288 - /lenya/trunk/src/webapp/global-sitemap.xmap

Author: chestnut
Date: Sat Oct  8 05:31:00 2005
New Revision: 307288

URL: http://svn.apache.org/viewcvs?rev=307288&view=rev
Log:
resource exists needs to check for assets in an area

Modified:
    lenya/trunk/src/webapp/global-sitemap.xmap

Modified: lenya/trunk/src/webapp/global-sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/global-sitemap.xmap?rev=307288&r1=307287&r2=307288&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Sat Oct  8 05:31:00 2005
@@ -392,7 +392,7 @@
       <!-- {publication-id}/{area}/{file} -->
       <map:match pattern="*/*/**">
         <map:act type="resource-exists-enhanced">
-          <map:parameter name="url" value="fallback://resources/{3}"/>
+          <map:parameter name="url" value="fallback://resources/{2}/{3}"/>
           <map:parameter name="type" value="file"/>
           <map:mount uri-prefix="" src="{fallback://lenya/resources.xmap}" check-reload="true" reload-method="synchron"/>
         </map:act>



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