This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 27de6f960 WW-5321 Fixes typo 27de6f960 is described below commit 27de6f96044918f45b290858c2174a2f1a3a6ccd Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Aug 4 09:35:09 2023 +0200 WW-5321 Fixes typo --- source/core-developers/file-upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core-developers/file-upload.md b/source/core-developers/file-upload.md index a16ba1abf..9b53b6c67 100644 --- a/source/core-developers/file-upload.md +++ b/source/core-developers/file-upload.md @@ -312,7 +312,7 @@ struts.multipart.maxStringLength=4096 ``` This options prevents attacks, which consists of multiple large objects in the multipart request. Such attack can exhaust -the available memory and finally produce `OutOfMemoryException`. If the limit is too low you can increase it but defining +the available memory and finally produce `OutOfMemoryException`. If the limit is too low you can increase it by defining the following constant in `struts.xml`: ```xml