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 08d37215e0 Fix comment typo
08d37215e0 is described below

commit 08d37215e0fbb52c1275f9f21d9c802d534f45f4
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 ba7611d5c3..9dfd6725b6 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -1211,7 +1211,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

Reply via email to