This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new d7abf9f748 Sync Configuration Reference with Connector's source code (8.5.x) (#635) d7abf9f748 is described below commit d7abf9f7486c1d7025eca8ca5cccc05d48ccd9db Author: MichaĆ Sobkiewicz <perceptr...@users.noreply.github.com> AuthorDate: Wed Jul 12 22:26:57 2023 +0200 Sync Configuration Reference with Connector's source code (8.5.x) (#635) Sync Configuration Reference with Connector's source code --- webapps/docs/changelog.xml | 8 ++++++++ webapps/docs/config/ajp.xml | 2 +- webapps/docs/config/http.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index d1614fcc8a..74bdd299ca 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,14 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 8.5.92 (schultz)" rtext="in development"> + <subsection name="Catalina"> + <changelog> + <fix> + Align documentation for maxParameterCount to match hard-coded defaults. + Contributed by Michal Sobkiewicz. (schultz) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.5.91 (schultz)" rtext="Released 2023-07-10"> <subsection name="Catalina"> diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 8492451a2e..f6d6f55b83 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -138,7 +138,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 ca53ac4f5f..6b5ec13613 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -136,7 +136,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