This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 5afdd20934 Fix typo
5afdd20934 is described below
commit 5afdd20934596e5d19e45364e8e883b61f9d1daa
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Apr 14 11:59:53 2023 +0100
Fix typo
---
java/jakarta/servlet/http/HttpServlet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/jakarta/servlet/http/HttpServlet.java
b/java/jakarta/servlet/http/HttpServlet.java
index 483bcc0423..25d7f5693f 100644
--- a/java/jakarta/servlet/http/HttpServlet.java
+++ b/java/jakarta/servlet/http/HttpServlet.java
@@ -565,7 +565,7 @@ public abstract class HttpServlet extends GenericServlet {
* Is the provided HTTP request header considered sensitive and therefore
should be excluded from the response to a
* {@code TRACE} request?
* <p>
- * By default, the headers thats start with any of the following are
considered sensitive:
+ * By default, the headers that start with any of the following are
considered sensitive:
* <ul>
* <li>authorization</li>
* <li>cookie</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]