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

svn commit: r597232 - /lenya/trunk/src/modules/svg/sitemap.xmap

Author: rfrovarp
Date: Wed Nov 21 14:23:27 2007
New Revision: 597232

URL: http://svn.apache.org/viewvc?rev=597232&view=rev
Log:
Remove proxy for scaling. Requests are against localhost so proxy isn't required and context is provided by nonProxyBaseUrl. Fixes 43933.

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

Modified: lenya/trunk/src/modules/svg/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/svg/sitemap.xmap?rev=597232&r1=597231&r2=597232&view=diff
==============================================================================
--- lenya/trunk/src/modules/svg/sitemap.xmap (original)
+++ lenya/trunk/src/modules/svg/sitemap.xmap Wed Nov 21 14:23:27 2007
@@ -92,7 +92,7 @@
           <map:parameter name="url" value="site://{1}/{2}/{page-envelope:default-language}/{3}"/>
           <map:transform src="xslt/scale.xsl">
             <map:parameter name="nonProxyBaseUrl" value="http://localhost:{request:serverPort}{request:contextPath}"/>
-            <map:parameter name="url" value="{proxy:/{../1}/{../2}/{../3}.{../4}}"/>
+            <map:parameter name="url" value="/{../1}/{../2}/{../3}.{../4}"/>
             <map:parameter name="revision" value="{request-param:lenya.revision}"/>
             <map:parameter name="width" value="{request-param:width}"/>
             <map:parameter name="height" value="{request-param:height}"/>



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