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 2008/03/05 01:38:49 UTC

svn commit: r633729 - /lenya/trunk/src/modules/editors/sitemap.xmap

Author: andreas
Date: Tue Mar  4 16:38:47 2008
New Revision: 633729

URL: http://svn.apache.org/viewvc?rev=633729&view=rev
Log:
Fixed invalid lenya-document URI.

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

Modified: lenya/trunk/src/modules/editors/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/editors/sitemap.xmap?rev=633729&r1=633728&r2=633729&view=diff
==============================================================================
--- lenya/trunk/src/modules/editors/sitemap.xmap (original)
+++ lenya/trunk/src/modules/editors/sitemap.xmap Tue Mar  4 16:38:47 2008
@@ -106,7 +106,7 @@
 
 
       <map:match pattern="**">
-        <map:read src="lenya-document:/{page-envelope:document-uuid}"/>
+        <map:read src="lenya-document:{page-envelope:document-uuid}"/>
       </map:match>
       
     </map:pipeline>



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