You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/11/13 21:19:28 UTC

svn commit: r594629 - /lenya/trunk/src/modules/bxe/sitemap.xmap

Author: nettings
Date: Tue Nov 13 12:19:27 2007
New Revision: 594629

URL: http://svn.apache.org/viewvc?rev=594629&view=rev
Log:
fix redirect in bxe.close

Modified:
    lenya/trunk/src/modules/bxe/sitemap.xmap

Modified: lenya/trunk/src/modules/bxe/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/sitemap.xmap?rev=594629&r1=594628&r2=594629&view=diff
==============================================================================
--- lenya/trunk/src/modules/bxe/sitemap.xmap (original)
+++ lenya/trunk/src/modules/bxe/sitemap.xmap Tue Nov 13 12:19:27 2007
@@ -74,12 +74,7 @@
             <map:call resource="style-cms-page"/>
             <map:serialize />
         </map:act>  
-        <!-- proxy must be applied here! normally the request should already contain
-             a correct proxy url, but this particular request is generated by the bxe usecase
-             and it is apparently unaware of proxy settings. should eventually be fixed at the root cause.
-             FIXME: review this!
-        -->
-        <map:redirect-to uri="{proxy:{request:requestURI}}"/>
+        <map:redirect-to uri="{proxy:/{page-envelope:publication-id}/{page-envelope:area}{page-envelope:document-path}.html}"/>
       </map:match>
       
       <map:match pattern="*/*/**.html">



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