You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/04/24 03:01:07 UTC

svn commit: r164434 - /cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/ContextPathModule.java /cocoon/branches/BRANCH_2_1_X/status.xml

Author: antonio
Date: Sat Apr 23 18:01:06 2005
New Revision: 164434

URL: http://svn.apache.org/viewcvs?rev=164434&view=rev
Log:
Fix ContextPathModule name in javadocs. Fix bug 34591. Thanks to Jorg Heymans.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/ContextPathModule.java
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/ContextPathModule.java
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/ContextPathModule.java?rev=164434&r1=164433&r2=164434&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/ContextPathModule.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/modules/input/ContextPathModule.java Sat Apr 23 18:01:06 2005
@@ -32,7 +32,7 @@
 import java.util.Vector;
 
 /**
- * ContextRealPathModule provides a real filesystem path for a virtual
+ * ContextPathModule provides a real filesystem path for a virtual
  * context-relative path.  If this mapping cannot be performed (e.g. Cocoon is
  * running in a .war file), <code>null</code> will be returned. Compared to
  * the {@link RealPathModule} this module is able to provide the "real" absolute 
@@ -45,9 +45,9 @@
  * keep our images:
  * </p>
  * <p>
- * A absolute path argument like {contextrealpath:/resources} will be resolved 
+ * A absolute path argument like {contextpath:/resources} will be resolved  
  * from the root context path (ie. COCOON_HOME/build/webapp) whereas a relative
- * path attribute like {contextrealpath:./resources} will be resolved from the
+ * path attribute like {contextpath:./resources} will be resolved from the
  * location of the sitemap that uses it. If that sitemap is mounted outside the
  * usual COCOON_HOME/build/webapp the path resolved with this modules points to
  * the correct location.
@@ -55,7 +55,7 @@
  * <p>
  * <pre>
  * <map:transform src="skins/{forrest:skin}/xslt/fo/document2fo.xsl">
- *    <map:parameter name="basedir" value="{contextrealpath:resources}/"/>
+ *    <map:parameter name="basedir" value="{contextpath:resources}/"/>
  * </map:transform>
  *
  * And then prepend this to all image paths:

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=164434&r1=164433&r2=164434&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sat Apr 23 18:01:06 2005
@@ -196,11 +196,14 @@
 
   <changes>
   <release version="@version@" date="@date@">
-     <action dev="SW" type="add">
+    <action dev="AG" type="fix" fixes-bug="34591" due-to="Jorg Heymans" due-to-email="jh@domek.be">
+      Fix ContextPathModule name in javadocs.
+    </action>
+    <action dev="SW" type="add">
        New JCR block that adds a "jcr:" protocol to access and modify repository contents.
-     </action>
+    </action>
     <action dev="BD" type="add">
-      New HTMLTransformer sample in html block
+      New HTMLTransformer sample in html block.
     </action>
     <action dev="VG" type="fix" fixes-bug="34400" due-to="Markus Bussemer" due-to-email="markus.bussemer@voeb-zvd.de">
       Faces Block: ValidateLongRangeTag, ValidateDoubleRangeTag should use long