This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 54586a1 Fix typo
54586a1 is described below
commit 54586a129506d41f4c3d6000d20d22ee67d30289
Author: Mark Thomas <[email protected]>
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 6b2fa5f..42afdf1 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -187,7 +187,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: [email protected]
For additional commands, e-mail: [email protected]