You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/10 10:33:59 UTC

[tomcat] branch master updated: Add bug reference

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 329e15d  Add bug reference
329e15d is described below

commit 329e15d201a7e7ad4a9446a54b8205d674ade932
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 10 10:33:44 2019 +0000

    Add bug reference
---
 webapps/docs/changelog.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index bf24670..35faddf 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -382,10 +382,11 @@
         Improve cleanup after errors when setting socket options. (remm)
       </fix>
       <fix>
-        Do not perform a blocking read after a <code>CPING</code> message is
-        received by the AJP connector because, if the JK Connector is configured
-        with <code>ping_mode=&quot;I&quot;</code>, the <code>CPING</code>
-        message will not always be followed by the start of a request. (markt)
+        <bug>63859</bug>: Do not perform a blocking read after a
+        <code>CPING</code> message is received by the AJP connector because, if
+        the JK Connector is configured with
+        <code>ping_mode=&quot;I&quot;</code>, the <code>CPING</code> message
+        will not always be followed by the start of a request. (markt)
       </fix>
       <fix>
         Properly calculate all dynamic parts of the ErrorReportValve response


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org