You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/02/24 02:10:27 UTC

svn commit: r155115 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/rc/view.xsp

Author: gregor
Date: Wed Feb 23 17:10:26 2005
New Revision: 155115

URL: http://svn.apache.org/viewcvs?view=rev&rev=155115
Log:
Proper fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=33225

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/rc/view.xsp

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/rc/view.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/rc/view.xsp?view=diff&r1=155114&r2=155115
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/rc/view.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/rc/view.xsp Wed Feb 23 17:10:26 2005
@@ -40,7 +40,7 @@
       String rootDir=publication.getEnvironment().getPublicationPath();
       String servletContextPath = publication.getServletContext().getCanonicalPath();
 
-      String contextPath = "content";
+      String contextPath = Publication.CONTENT_PATH;
       String area = <input:get-attribute module="page-envelope" as="string" name="area"/>;
       String documentPath = <input:get-attribute module="page-envelope" as="string" name="document-path"/>;
       String filename = "/" + contextPath + "/" + area + "/" + documentPath;    



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