This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new a7823f3 Fix typo a7823f3 is described below commit a7823f38c17b1df4a41d306f72da7f8f1b6772f9 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 9e2a751..ccac9cb 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -176,7 +176,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