This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 6753e30244 Remove deprecated code new e34fe96ef8 Provide finder grained control of multi-part requests new 9f53d44830 Code clean-up. Formatting. No functional change. new 6197c94cf6 Add support for new attributes to ParameterLimitValve The 3 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/Connector.java | 24 +++++ java/org/apache/catalina/connector/Request.java | 64 +++++++++++-- .../apache/catalina/valves/LocalStrings.properties | 12 ++- .../catalina/valves/ParameterLimitValve.java | 89 +++++++++-------- .../catalina/valves/TestParameterLimitValve.java | 105 ++++++++++++++++++++- .../TestParameterLimitValveConfig.java} | 29 ++++-- webapps/docs/changelog.xml | 8 ++ webapps/docs/config/ajp.xml | 15 +++ webapps/docs/config/http.xml | 15 +++ webapps/docs/config/http2.xml | 2 + webapps/docs/config/valve.xml | 5 + 11 files changed, 309 insertions(+), 59 deletions(-) copy test/org/apache/catalina/{servlets/TestDefaultServletEncodingWithoutBom.java => valves/TestParameterLimitValveConfig.java} (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org