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 9dbbbc5f3b Update changelog
9dbbbc5f3b is described below
commit 9dbbbc5f3b825052c32e0d56ce0ecab1282a250b
Author: Mark Thomas <[email protected]>
AuthorDate: Sun Apr 7 23:15:04 2024 +0200
Update changelog
---
webapps/docs/changelog.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7a3c53e611..8e4d245af8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -134,6 +134,11 @@
Improve Service connectors, Container children and Service executors
access sync using a ReentrantReadWriteLock. (remm)
</fix>
+ <fix>
+ Improve handling of integer overflow if an attempt is made to upload a
+ file via the Servlet API and the file is larger than
+ <code>Integer.MAX_VALUE</code>. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]