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/24 09:38:18 UTC

svn commit: r531805 - /lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap

Author: andreas
Date: Tue Apr 24 00:38:18 2007
New Revision: 531805

URL: http://svn.apache.org/viewvc?view=rev&rev=531805
Log:
Reverted commit r531380 (redirects for * and */) because this causes various problems.

Modified:
    lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap

Modified: lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap?view=diff&rev=531805&r1=531804&r2=531805
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap (original)
+++ lenya/trunk/src/webapp/lenya/config/sitemap/pipelines.xmap Tue Apr 24 00:38:18 2007
@@ -77,14 +77,6 @@
       
     <map:pipeline>
 
-      <map:match pattern="*">
-        <map:redirect-to uri="{1}/introduction.html"/>
-      </map:match>
-      
-      <map:match pattern="*/">
-        <map:redirect-to uri="introduction.html"/>
-      </map:match>
-      
     <map:match pattern="**">
       <map:match pattern="*/webdav**">
         <map:act type="authorizer">



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