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/05/22 13:55:11 UTC

svn commit: r540543 - in /lenya/trunk/src/modules: kupu/sitemap.xmap xhtml/sitemap.xmap

Author: andreas
Date: Tue May 22 04:55:10 2007
New Revision: 540543

URL: http://svn.apache.org/viewvc?view=rev&rev=540543
Log:
Always use absolute URLs when serving the sources for WebDAV (BXE) and Kupu

Modified:
    lenya/trunk/src/modules/kupu/sitemap.xmap
    lenya/trunk/src/modules/xhtml/sitemap.xmap

Modified: lenya/trunk/src/modules/kupu/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/kupu/sitemap.xmap?view=diff&rev=540543&r1=540542&r2=540543
==============================================================================
--- lenya/trunk/src/modules/kupu/sitemap.xmap (original)
+++ lenya/trunk/src/modules/kupu/sitemap.xmap Tue May 22 04:55:10 2007
@@ -136,7 +136,9 @@
         <map:match pattern="content" type="step">
           <map:match pattern="*/authoring/**">
             <map:generate src="lenyadoc:/{page-envelope:document-language}/{page-envelope:document-uuid}"/>
-            <map:transform type="uuid2url"/>
+            <map:transform type="uuid2url">
+              <map:parameter name="urls" value="absolute"/>
+            </map:transform>
             <map:transform 
               src="fallback://lenya/modules/kupu/resources/kupu/apache-lenya/lenya/content2edit.xsl">
               <map:parameter name="css" 

Modified: lenya/trunk/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/sitemap.xmap?view=diff&rev=540543&r1=540542&r2=540543
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Tue May 22 04:55:10 2007
@@ -72,7 +72,9 @@
         <map:act type="set-header">
           <map:parameter name="Last-Modified" value="{date-iso8601-rfc822:{page-envelope:document-lastmodified}}" />
           <map:generate src="lenya-document:{page-envelope:document-uuid},lang={page-envelope:document-language}"/>
-          <map:transform type="uuid2url"/>
+          <map:transform type="uuid2url">
+            <map:parameter name="urls" value="absolute"/>
+          </map:transform>
           <map:serialize type="xml-get"/>
         </map:act>
       </map:match>



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