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 eee84fd4cb Fix typo
eee84fd4cb is described below
commit eee84fd4cb5b0f2b02c575297c9d07bd44328c45
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 b2289a8bb3..4bfff53596 100644
--- a/test/org/apache/catalina/connector/TestRequest.java
+++ b/test/org/apache/catalina/connector/TestRequest.java
@@ -868,7 +868,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]