Author: svenmeier
Date: Thu Jul 21 17:42:44 2011
New Revision: 1149278

URL: http://svn.apache.org/viewvc?rev=1149278&view=rev
Log:
corrected javadoc: link to HttpsMapper

Modified:
    
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsConfig.java

Modified: 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsConfig.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsConfig.java?rev=1149278&r1=1149277&r2=1149278&view=diff
==============================================================================
--- 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsConfig.java
 (original)
+++ 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsConfig.java
 Thu Jul 21 17:42:44 2011
@@ -19,7 +19,7 @@ package org.apache.wicket.protocol.https
 /**
  * Configuration for http-https switching
  * 
- * @see HttpsRequestCycleProcessor
+ * @see HttpsMapper
  */
 public class HttpsConfig
 {
@@ -27,8 +27,8 @@ public class HttpsConfig
        private int httpsPort;
 
        /**
-        * A flag which can be used to configure {@link 
HttpsRequestCycleProcessor} to bind or not the
-        * session before switching to secure (https) mode
+        * A flag which can be used to configure {@link HttpsMapper} to bind or 
not the session before
+        * switching to secure (https) mode
         */
        private boolean preferStateful = true;
 
@@ -101,8 +101,8 @@ public class HttpsConfig
        }
 
        /**
-        * Sets whether or not a new session is created before redirecting from 
{@code http} to
-        * {@code https}
+        * Sets whether or not a new session is created before redirecting from 
{@code http} to {@code
+        * https}
         * <p>
         * BE VERY CAREFUL WHEN SETTING THIS VALUE TO {@code false}.
         * 


Reply via email to