From 6166183a6dac9d22d567d31a19440aa249a50cb8 Mon Sep 17 00:00:00 2001 From: Carsten Ziegeler Date: Sat, 10 Feb 2018 11:35:39 +0000 Subject: [PATCH] Correct typo in comment git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1823741 13f79535-47bb-0310-9956-ffa450edef68 --- .../felix/http/sslfilter/internal/SslFilterConstants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java b/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java index 1b00449cb6d..0da3a362282 100644 --- a/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java +++ b/http/sslfilter/src/main/java/org/apache/felix/http/sslfilter/internal/SslFilterConstants.java @@ -24,8 +24,8 @@ 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 javax.servlet.request.X509Certificate. *

* 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"; /**