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 878e69d78a Update comment
878e69d78a is described below

commit 878e69d78a879ee50b49052d7dc061fe76d34a27
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 54f9915ba6..96d5b7af34 100644
--- a/java/org/apache/catalina/connector/Connector.java
+++ b/java/org/apache/catalina/connector/Connector.java
@@ -203,7 +203,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

Reply via email to