You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2022/04/11 07:54:49 UTC

[tomcat] branch 8.5.x updated: Minor typo on javadoc of setHostHeader method

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 4c7f21cd0c Minor typo on javadoc of setHostHeader method
4c7f21cd0c is described below

commit 4c7f21cd0c1a61ab763619bb83b2a7632bb43900
Author: Eduardo Leggiero <le...@users.noreply.github.com>
AuthorDate: Thu Apr 7 22:40:20 2022 +0100

    Minor typo on javadoc of setHostHeader method
---
 java/org/apache/catalina/filters/RemoteIpFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/filters/RemoteIpFilter.java b/java/org/apache/catalina/filters/RemoteIpFilter.java
index 13a4011e3b..b9916578c7 100644
--- a/java/org/apache/catalina/filters/RemoteIpFilter.java
+++ b/java/org/apache/catalina/filters/RemoteIpFilter.java
@@ -1188,7 +1188,7 @@ public class RemoteIpFilter implements Filter {
     /**
      * <p>
      * Header that holds the incoming host, usually named
-     * <code>X-Forwarded-HOst</code>.
+     * <code>X-Forwarded-Host</code>.
      * </p>
      * <p>
      * Default value : <code>null</code>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org