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 2005/03/24 09:19:49 UTC

svn commit: r158892 - lenya/trunk/src/webapp/lenya/info.xmap

Author: andreas
Date: Thu Mar 24 00:19:48 2005
New Revision: 158892

URL: http://svn.apache.org/viewcvs?view=rev&rev=158892
Log:
redirect to tab.overview usecase in info sitemap

Modified:
    lenya/trunk/src/webapp/lenya/info.xmap

Modified: lenya/trunk/src/webapp/lenya/info.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/info.xmap?view=diff&r1=158891&r2=158892
==============================================================================
--- lenya/trunk/src/webapp/lenya/info.xmap (original)
+++ lenya/trunk/src/webapp/lenya/info.xmap Thu Mar 24 00:19:48 2005
@@ -163,5 +163,15 @@
       </map:match>
     </map:pipeline>
 
+    <!-- Redirect non-usecase pages to tab.overview usecase -->    
+    <map:pipeline>
+      <map:select type="parameter">
+        <map:parameter name="parameter-selector-test" value="{request-param:lenya.usecase}"/>
+        <map:when test="">
+          <map:redirect-to session="true" uri="{request:requestURI}?lenya.usecase=tab.overview"/>
+        </map:when>
+      </map:select>
+    </map:pipeline>
+
   </map:pipelines>
 </map:sitemap>



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