You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/30 17:46:13 UTC

svn commit: r533777 - /lenya/trunk/src/pubs/default/sitemap.xmap

Author: andreas
Date: Mon Apr 30 08:46:12 2007
New Revision: 533777

URL: http://svn.apache.org/viewvc?view=rev&rev=533777
Log:
Redirect from authoring to authoring/. This fixes bug 42295.

Modified:
    lenya/trunk/src/pubs/default/sitemap.xmap

Modified: lenya/trunk/src/pubs/default/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/sitemap.xmap?view=diff&rev=533777&r1=533776&r2=533777
==============================================================================
--- lenya/trunk/src/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/default/sitemap.xmap Mon Apr 30 08:46:12 2007
@@ -359,6 +359,10 @@
         <map:call resource="style-cms-page" />
         <map:serialize status-code="404" />
       </map:match>
+      
+      <map:match pattern="*">
+        <map:redirect-to uri="{1}/"/>
+      </map:match>
     </map:pipeline>
 
 



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