Author: cziegeler
Date: Sat Feb 10 11:35:39 2018
New Revision: 1823741

URL: http://svn.apache.org/viewvc?rev=1823741&view=rev
Log:
Correct typo in comment

Modified:
    
felix/trunk/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java

Modified: 
felix/trunk/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java?rev=1823741&r1=1823740&r2=1823741&view=diff
==============================================================================
--- 
felix/trunk/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java
 (original)
+++ 
felix/trunk/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java
 Sat Feb 10 11:35:39 2018
@@ -24,8 +24,8 @@ package org.apache.felix.http.sslfilter.
 interface SslFilterConstants
 {
     /**
-     * If there is an SSL certificate associated with the request, it must be 
exposed by the servlet container to the 
-     * servlet programmer as an array of objects of type 
java.security.cert.X509Certificate and accessible via a 
+     * If there is an SSL certificate associated with the request, it must be 
exposed by the servlet container to the
+     * servlet programmer as an array of objects of type 
java.security.cert.X509Certificate and accessible via a
      * ServletRequest attribute of 
<tt>javax.servlet.request.X509Certificate</tt>.
      * <p>
      * The order of this array is defined as being in ascending order of 
trust. The first certificate in the chain is
@@ -38,7 +38,7 @@ interface SslFilterConstants
      */
     String HDR_X_FORWARDED_PROTO = "X-Forwarded-Proto";
     /**
-     * De-facto header used to inform what port the forwarded client used to 
connect to the proxy, such as "433".
+     * De-facto header used to inform what port the forwarded client used to 
connect to the proxy, such as "443".
      */
     String HDR_X_FORWARDED_PORT = "X-Forwarded-Port";
     /**


Reply via email to