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 7b6486d Update changelog
7b6486d is described below
commit 7b6486d5d3d443af02f5f6ef6f8072e6f19bf0c5
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Feb 18 20:46:32 2022 +0000
Update changelog
---
webapps/docs/changelog.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index ccaddf4..a2933ee 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -167,6 +167,13 @@
<subsection name="Coyote">
<changelog>
<fix>
+ <bug>65408</bug>: Backport the socket close refactoring - along with
+ supporting changes - that ensures that a socket is only closed once.
+ Pooled objects associated with the socket are now replaced with dummy
+ instances to protect against applications that attempt to continue to
+ use the socket after it has been closed. (markt/remm)
+ </fix>
+ <fix>
Correct a regression in the fix for <bug>65454</bug> that meant that
<code>minSpareThreads</code> and <code>maxThreads</code> settings were
ignored when the Connector used an internal executor. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]