This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new f7bf44a Fix BZ 65661. Add note on new direct memory reqs for multi-part upload f7bf44a is described below commit f7bf44a44d49cb5c0cf180140b58fffe9861a514 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 28340f1..5d26791 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -373,8 +373,12 @@ 1.16-SNAPSHOT). Minor refactoring. (markt) </add> <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