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 268684e26f Fix typo
268684e26f is described below
commit 268684e26f87998c6e0499caa4f4d393ac5fe76e
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 24 17:06:36 2024 +0100
Fix typo
---
test/org/apache/catalina/connector/TestRequest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/catalina/connector/TestRequest.java
b/test/org/apache/catalina/connector/TestRequest.java
index 09cc1068f6..3face2f3e8 100644
--- a/test/org/apache/catalina/connector/TestRequest.java
+++ b/test/org/apache/catalina/connector/TestRequest.java
@@ -904,7 +904,7 @@ public class TestRequest extends TomcatBaseTest {
@Test
- public void testGetReaderInvalidEbcoding() throws Exception {
+ public void testGetReaderInvalidEncoding() throws Exception {
doTestGetReader("X-Invalid", false);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]