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 3edcc41915 Fix typo
3edcc41915 is described below
commit 3edcc419155e66319974cbb3ff09819783fd67fb
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 24 10:25:30 2025 +0100
Fix typo
---
webapps/docs/security-howto.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml
index a56ad7bc29..2487c3cd33 100644
--- a/webapps/docs/security-howto.xml
+++ b/webapps/docs/security-howto.xml
@@ -296,7 +296,7 @@
of parts supported for a multipart request. This is limited to 50 by
default to reduce exposure to a DoS attack. The documentation for
<strong>maxPartCount</strong> provides more details on the memory
- requirements for processing multipart requests. Excessive parts mmay be
+ requirements for processing multipart requests. Excessive parts may be
ignored depending on how the application processes the request. If you
want to always reject such requests, configure a
<a href="config/filter.html">FailedRequestFilter</a>.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]