This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 86862a7544 Work around available tricks new 62b2511e62 Add ParameterLimitValve to enforce request parameter limits for specific URLs (#753) new c79adf45a8 Add `--add-opens` JVM argument for IDE IDEA support after automation introduced in commit bda7301 for CVE-2024-56337 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/catalina/connector/Request.java | 23 +- .../apache/catalina/valves/LocalStrings.properties | 6 + .../catalina/valves/ParameterLimitValve.java | 265 +++++++++++++ res/ide-support/idea/workspace.xml | 8 + .../catalina/session/TestPersistentManager.java | 2 +- .../catalina/valves/TestParameterLimitValve.java | 428 +++++++++++++++++++++ test/org/apache/catalina/valves/TestSSLValve.java | 70 +++- webapps/docs/changelog.xml | 5 + webapps/docs/config/valve.xml | 43 +++ 9 files changed, 831 insertions(+), 19 deletions(-) create mode 100644 java/org/apache/catalina/valves/ParameterLimitValve.java create mode 100644 test/org/apache/catalina/valves/TestParameterLimitValve.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org