This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new fa4aaf0b18 Minor typo on javadoc of setHostHeader method
fa4aaf0b18 is described below
commit fa4aaf0b181866f4e0e5d2efe32061d2a1efbac8
Author: Eduardo Leggiero <[email protected]>
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 d73b3b03b7..2bc1bc8b07 100644
--- a/java/org/apache/catalina/filters/RemoteIpFilter.java
+++ b/java/org/apache/catalina/filters/RemoteIpFilter.java
@@ -1186,7 +1186,7 @@ public class RemoteIpFilter extends GenericFilter {
/**
* <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: [email protected]
For additional commands, e-mail: [email protected]