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/06/26 18:40:11 UTC

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

Author: andreas
Date: Tue Jun 26 09:40:10 2007
New Revision: 550847

URL: http://svn.apache.org/viewvc?view=rev&rev=550847
Log:
Use proxy URL for login redirect. This avoids problems with mod_jk and mod_rewrite

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=550847&r1=550846&r2=550847
==============================================================================
--- lenya/trunk/src/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/default/sitemap.xmap Tue Jun 26 09:40:10 2007
@@ -98,7 +98,7 @@
       </map:match>
       
       <map:match pattern="**/">
-         <map:redirect-to uri="index.html"/>
+        <map:redirect-to uri="{proxy:/{page-envelope:publication-id}/{1}/index.html}"/>
       </map:match>
     </map:pipeline>
     



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