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 378919c  Fix BZ 65661. Add note on new direct memory reqs for 
multi-part upload
378919c is described below

commit 378919cb62af9fa3fcaf963ccffbadc0781de22b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Nov 2 13:58:29 2021 +0000

    Fix BZ 65661. Add note on new direct memory reqs for multi-part upload
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=65661
    Need at least  multipart size limit * max. concurrent uploads bytes of
    direct memory
---
 webapps/docs/changelog.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d6e647c..3e674a9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -373,8 +373,12 @@
         and DataSource testing. (remm)
       </update>
       <add>
-        Update the internal fork of Apache Commons FileUpload to 33d2d79
-        (2021-09-01, 2.0-SNAPSHOT). Refactoring and code clean-up. (markt)
+        <bug>65661</bug>: Update the internal fork of Apache Commons FileUpload
+        to 33d2d79 (2021-09-01, 2.0-SNAPSHOT). Refactoring and code clean-up. 
As
+        a result of Commons File Upload now using
+        <code>java.nio.file.Files</code>, applications using multi-part uploads
+        need to ensure that the JVM is configured with sufficient direct memory
+        to store all in progress multi-part uploads. (markt)
       </add>
       <add>
         Update the internal fork of Apache Commons Pool to 2.11.1 (2021-08-17).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to