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 2008/04/01 14:28:39 UTC

svn commit: r643375 - /lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/shibboleth/ShibbolethUtil.java

Author: andreas
Date: Tue Apr  1 05:27:43 2008
New Revision: 643375

URL: http://svn.apache.org/viewvc?rev=643375&view=rev
Log:
Fixed javadoc comment (use generic protocol instead of http)

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/shibboleth/ShibbolethUtil.java

Modified: lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/shibboleth/ShibbolethUtil.java
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/shibboleth/ShibbolethUtil.java?rev=643375&r1=643374&r2=643375&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/shibboleth/ShibbolethUtil.java (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/lenya/ac/shibboleth/ShibbolethUtil.java Tue Apr  1 05:27:43 2008
@@ -56,7 +56,7 @@
      *   If a proxy is declared for the current area, the URL of the proxy is returned.
      * </li>
      * <li>
-     *   If no proxy is declared, <code>http://{host}[:{port}]</code> is returned. The port suffix is omitted
+     *   If no proxy is declared, <code>{protocol}://{host}[:{port}]</code> is returned. The port suffix is omitted
      *   for the ports 80 and 443.
      * </li>
      * </ul>



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