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 <leggi...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org