This is an automated email from the ASF dual-hosted git repository. markt 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 f3b9e719bb Fix comment typo f3b9e719bb is described below commit f3b9e719bb92dd95247878f8d623ff99daa03fd3 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 18 12:34:02 2023 +0000 Fix comment typo --- java/org/apache/catalina/connector/Request.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/Request.java b/java/org/apache/catalina/connector/Request.java index 949f4353e1..6cb200f8ef 100644 --- a/java/org/apache/catalina/connector/Request.java +++ b/java/org/apache/catalina/connector/Request.java @@ -1243,7 +1243,7 @@ public class Request implements HttpServletRequest { // here. Need to do this before setting usingReader. if (coyoteRequest.getCharacterEncoding() == null) { // Nothing currently set explicitly. - // Check the content + // Check the context Context context = getContext(); if (context != null) { String enc = context.getRequestCharacterEncoding(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org