You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2006/07/17 21:18:18 UTC

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

Author: chestnut
Date: Mon Jul 17 12:18:18 2006
New Revision: 422807

URL: http://svn.apache.org/viewvc?rev=422807&view=rev
Log:
don't utilize webdav uri for content since it doesn't use existing session

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=422807&r1=422806&r2=422807&view=diff
==============================================================================
--- lenya/trunk/src/modules/bxe/sitemap.xmap (original)
+++ lenya/trunk/src/modules/bxe/sitemap.xmap Mon Jul 17 12:18:18 2006
@@ -174,8 +174,8 @@
               1. get the document contents (by issuing a GET to this URL),
               2. save the changed contents (by issuing a PUT to this URL)
             -->
-            <map:parameter name="BX_xmlfile" value="{request:contextPath}/{../1}/webdav/{../3}.xml"/>
-            <!--<map:parameter name="BX_xmlfile" value="{request:requestURI}?lenya.module=bxe&amp;lenya.step=xml"/>-->
+            <!--<map:parameter name="BX_xmlfile" value="{request:contextPath}/{../1}/webdav/{../3}.xml"/>-->
+            <map:parameter name="BX_xmlfile" value="{request:requestURI}?lenya.module=bxe&amp;lenya.step=xml"/>
             <map:parameter name="defaultlanguage" value="{page-envelope:default-language}"/>
             
             <!-- Instead of an xsl we use the xhtml file to provide the basic layout



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