Upgrade to Tomcat 11.0.6

Closes gh-45475
This commit is contained in:
Stéphane Nicoll
2025-05-07 10:48:14 -07:00
committed by Phillip Webb
parent fd061220a7
commit baefbc1aff
6 changed files with 3 additions and 10 deletions

View File

@@ -517,7 +517,7 @@ public class ServerProperties {
* Maximum number of parameters (GET plus POST) that will be automatically parsed
* by the container. A value of less than 0 means no limit.
*/
private int maxParameterCount = 10000;
private int maxParameterCount = 1000;
/**
* Whether to use APR.