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 2007/04/30 14:35:21 UTC

svn commit: r533724 - in /lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input: BaseURLModule.java ProxyUrlModule.java

Author: andreas
Date: Mon Apr 30 05:35:20 2007
New Revision: 533724

URL: http://svn.apache.org/viewvc?view=rev&rev=533724
Log:
Javadoc: use @link instead of hard-coding config file paths

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/BaseURLModule.java
    lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/ProxyUrlModule.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/BaseURLModule.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/BaseURLModule.java?view=diff&rev=533724&r1=533723&r2=533724
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/BaseURLModule.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/BaseURLModule.java Mon Apr 30 05:35:20 2007
@@ -45,8 +45,8 @@
  * 
  * <p>
  * If the publication uses proxying, the base URL is the proxy URL defined in 
- * the file conf/publication.xconf. If no proxying is used, 
- * the result will be {context-path}/{pub-id}/{area}.
+ * the file {@link org.apache.lenya.cms.publication.PublicationConfiguration#CONFIGURATION_FILE}.
+ * If no proxying is used, the result will be {context-path}/{pub-id}/{area}.
  * The ssl parameter is optional, if omitted the protocol (http or https) of the current request will be used.
  * </p>
  * 

Modified: lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/ProxyUrlModule.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/ProxyUrlModule.java?view=diff&rev=533724&r1=533723&r2=533724
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/ProxyUrlModule.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/cocoon/components/modules/input/ProxyUrlModule.java Mon Apr 30 05:35:20 2007
@@ -52,7 +52,8 @@
  * </p>
  * 
  * <p>
- * If there are no proxy settings in the file conf/publication.xconf, the values of the request
+ * If there are no proxy settings in the file
+ * {@link org.apache.lenya.cms.publication.PublicationConfiguration#CONFIGURATION_FILE}, the values of the request
  * parameters 'server name' and 'port' will be used to construct the URL.
  * </p>
  * 



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