This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 0e0b90a592 Fix comment typo
0e0b90a592 is described below
commit 0e0b90a592dddc3c48db2b5e6dd99660b74272f0
Author: Mark Thomas <[email protected]>
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 6aa07d54e1..7a7373bb8e 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: [email protected]
For additional commands, e-mail: [email protected]