Upgrade to Tomcat 11.0.6
Closes gh-45475
This commit is contained in:
committed by
Phillip Webb
parent
fd061220a7
commit
baefbc1aff
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user