This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 1ea710957 Updates stage by Jenkins
1ea710957 is described below
commit 1ea7109572586ac12a7e3e73a68370c0ceb26e8b
Author: jenkins <[email protected]>
AuthorDate: Fri Oct 17 05:24:05 2025 +0000
Updates stage by Jenkins
---
content/core-developers/action-file-upload.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/core-developers/action-file-upload.html
b/content/core-developers/action-file-upload.html
index 41de3e7ec..89de47480 100644
--- a/content/core-developers/action-file-upload.html
+++ b/content/core-developers/action-file-upload.html
@@ -334,6 +334,9 @@ to <strong>256</strong>. Please always set this to a finite
value to prevent DoS
<span class="nt"></struts></span>
</code></pre></div></div>
+<p class="alert alert-warning"><strong>Note</strong>: This limit also affects
number of normal fields in the request, there is an open bug in the Commons
FileUpload
+library to address this problem, see <a
href="https://issues.apache.org/jira/browse/FILEUPLOAD-351">FILEUPLOAD-351</a>.</p>
+
<h3 id="file-size-limits">File Size Limits</h3>
<p>There are multiple methods to enforce file size limits.</p>