This is an automated email from the ASF dual-hosted git repository. schultz 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 c647e9bc81 Sync Configuration Reference with Connector's source code (10.1.x) (#637) c647e9bc81 is described below commit c647e9bc810a2bf42a582b536c937ae08140459e Author: MichaĆ Sobkiewicz <perceptr...@users.noreply.github.com> AuthorDate: Wed Jul 12 22:13:31 2023 +0200 Sync Configuration Reference with Connector's source code (10.1.x) (#637) Sync Configuration Reference with Connector's source code --- webapps/docs/changelog.xml | 4 ++++ webapps/docs/config/ajp.xml | 2 +- webapps/docs/config/http.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index eafdc1abf4..bca6b2a98d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -219,6 +219,10 @@ <update> Update JSign to 5.0. (markt/rjung) </update> + <fix> + Align documentation for maxParameterCount to match hard-coded defaults. + Contributed by Michal Sobkiewicz. (schultz) + </fix> </changelog> </subsection> </section> diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index b8984720f3..2d34419fcb 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -155,7 +155,7 @@ <code>application/x-www-form-urlencoded</code> or <code>multipart/form-data</code>. Request parameters beyond this limit will be ignored. A value of less than 0 means no limit. If not specified, - a default of 1000 is used. Note that <code>FailedRequestFilter</code> + a default of 10000 is used. Note that <code>FailedRequestFilter</code> <a href="filter.html">filter</a> can be used to reject requests that exceed the limit.</p> </attribute> diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 6d7db9712a..d3eee46a1b 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -151,7 +151,7 @@ <code>application/x-www-form-urlencoded</code> or <code>multipart/form-data</code>. Request parameters beyond this limit will be ignored. A value of less than 0 means no limit. If not specified, - a default of 1000 is used. Note that <code>FailedRequestFilter</code> + a default of 10000 is used. Note that <code>FailedRequestFilter</code> <a href="filter.html">filter</a> can be used to reject requests that exceed the limit.</p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org