This is an automated email from the ASF dual-hosted git repository.
kkolinko pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 4a928c0 BZ 63950 - Add changelog entry.
4a928c0 is described below
commit 4a928c01dc9db25fb5601b8c4800c7f5b617b247
Author: Konstantin Kolinko <[email protected]>
AuthorDate: Mon Nov 25 17:15:06 2019 +0300
BZ 63950 - Add changelog entry.
The issue with hanging TestAsyncContextStateChanges test was fixed by
commit 609d10230ad1cb67c9745764ccee98450df89880.
---
webapps/docs/changelog.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 447593f..ffb28e7 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -59,6 +59,17 @@
They eventually become mixed with the numbered issues (i.e., numbered
issues do not "pop up" wrt. others).
-->
+<section name="Tomcat 7.0.99 (violetagg)">
+ <subsection name="Catalina">
+ <changelog>
+ <fix>
+ <bug>63950</bug>: Fix timing issue in
+ <code>TestAsyncContextStateChanges</code> test that caused it
+ to hang indefinitely. (markt)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 7.0.98 (violetagg)" rtext="not released">
<subsection name="Catalina">
<changelog>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]