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 c79a3f5f8c Update comment c79a3f5f8c is described below commit c79a3f5f8c3ae3dd7cac3f430219d5f5533af926 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Mar 15 14:32:57 2023 +0000 Update comment --- java/org/apache/catalina/connector/Connector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/Connector.java b/java/org/apache/catalina/connector/Connector.java index 2d2d09560e..833b5a33a9 100644 --- a/java/org/apache/catalina/connector/Connector.java +++ b/java/org/apache/catalina/connector/Connector.java @@ -195,7 +195,7 @@ public class Connector extends LifecycleMBeanBase { private int maxCookieCount = 200; /** - * The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by + * The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 1000 by * default. A value of less than 0 means no limit. */ protected int maxParameterCount = 1000; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org