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/10/17 12:58:22 UTC

svn commit: r705556 - /lenya/trunk/src/webapp/lenya/module-resources.xmap

Author: andreas
Date: Fri Oct 17 03:58:22 2008
New Revision: 705556

URL: http://svn.apache.org/viewvc?rev=705556&view=rev
Log:
Use relative URLs for relax NG delivery, avoids referencing issues with client-side caching.

Modified:
    lenya/trunk/src/webapp/lenya/module-resources.xmap

Modified: lenya/trunk/src/webapp/lenya/module-resources.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/module-resources.xmap?rev=705556&r1=705555&r2=705556&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/module-resources.xmap (original)
+++ lenya/trunk/src/webapp/lenya/module-resources.xmap Fri Oct 17 03:58:22 2008
@@ -25,6 +25,7 @@
       <!-- temporary fix for bxe. should be reconsidered -->
       <map:transformer name="proxy-rng" logger="lenya.sitemap.transformer.proxy"
         src="org.apache.lenya.cms.cocoon.transformation.ProxyTransformer">
+        <urls type="relative"/>
         <transform namespace="http://relaxng.org/ns/structure/1.0" element="include" attribute="href"/>
       </map:transformer>
     </map:transformers>



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