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 2009/02/23 23:16:27 UTC

svn commit: r747163 - /lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/insertLink.jx

Author: rfrovarp
Date: Mon Feb 23 22:16:23 2009
New Revision: 747163

URL: http://svn.apache.org/viewvc?rev=747163&view=rev
Log:
Fixes loading of images through proxied configurations

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/insertLink.jx

Modified: lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/insertLink.jx
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/insertLink.jx?rev=747163&r1=747162&r2=747163&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/insertLink.jx (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/editors/usecases/insertLink.jx Mon Feb 23 22:16:23 2009
@@ -42,7 +42,7 @@
       PUBLICATION_ID = "${doc.getPublication().getId()}";
       CHOSEN_LANGUAGE = "${doc.getLanguage()}";
       DEFAULT_LANGUAGE = "${doc.getPublication().getDefaultLanguage()}";
-      IMAGE_PATH = "/lenya/images/tree/";
+      IMAGE_PATH = '<proxy:url href="/lenya/images/tree/"/>';
       CUT_DOCUMENT_ID = '';
       ALL_AREAS = "authoring";
       PIPELINE_PATH = 'modules/sitetree/sitetree-fragment.xml';



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