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
commit 6236cf2e2d3c47ff396bc5954fad57a566b8b7eb 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 b4a7c6a..23ebcac 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -348,10 +348,11 @@ OpenSSL based SSLEngine implementation. (remm/markt) </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="I"</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="I"</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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org