This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 1fd2eb80b0 Update comment 1fd2eb80b0 is described below commit 1fd2eb80b0f8bb96b6b7ee081e497fb4e8215e13 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 4249c267b4..2f67c035d2 100644 --- a/java/org/apache/catalina/connector/Connector.java +++ b/java/org/apache/catalina/connector/Connector.java @@ -197,7 +197,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