This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 2565de4 Fix typo 2565de4 is described below commit 2565de4b01643277ef032f30dab8ef311bfa085b Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Dec 7 14:10:18 2021 +0000 Fix typo --- webapps/docs/config/http.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 5f3f4ec..30d34f2 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -190,7 +190,7 @@ <attribute name="maxSavePostSize" required="false"> <p>The maximum size in bytes of the request body which will be saved/buffered by the container during FORM or CLIENT-CERT authentication - or during HTTP/1.1 upgarde. For both types of authentication, the request + or during HTTP/1.1 upgrade. For both types of authentication, the request body will be saved/buffered before the user is authenticated. For CLIENT-CERT authentication, the request body is buffered for the duration of the SSL handshake and the buffer emptied when the request is processed. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org