This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 718dd11 Fix BZ 65661. Add note on new direct memory reqs for multi-part upload 718dd11 is described below commit 718dd11a2d4282cd784c7ce42db87cba92984c8d 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 25dcc73..0dcbed0 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -315,8 +315,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 0da5c54 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org