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 883f18884 Updates stage by Jenkins
883f18884 is described below

commit 883f1888412249fab8b28198bc9d2d535057148f
Author: jenkins <bui...@apache.org>
AuthorDate: Fri Aug 4 07:51:06 2023 +0000

    Updates stage by Jenkins
---
 content/core-developers/file-upload.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/core-developers/file-upload.html 
b/content/core-developers/file-upload.html
index 4a9587b20..60687fb58 100644
--- a/content/core-developers/file-upload.html
+++ b/content/core-developers/file-upload.html
@@ -467,7 +467,7 @@ The defeault limit is set to 4096 bytes:</p>
 </code></pre></div></div>
 
 <p>This options prevents attacks, which consists of multiple large objects in 
the multipart request. Such attack can exhaust 
-the available memory and finally produce <code class="language-plaintext 
highlighter-rouge">OutOfMemoryException</code>. If the limit is too low you can 
increase it but defining
+the available memory and finally produce <code class="language-plaintext 
highlighter-rouge">OutOfMemoryException</code>. If the limit is too low you can 
increase it by defining
 the following constant in <code class="language-plaintext 
highlighter-rouge">struts.xml</code>:</p>
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;struts&gt;</span>

Reply via email to