Author: markt Date: Thu Jan 4 20:16:42 2018 New Revision: 1820197 URL: http://svn.apache.org/viewvc?rev=1820197&view=rev Log: Fix order
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1820197&r1=1820196&r2=1820197&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Jan 4 20:16:42 2018 @@ -78,6 +78,12 @@ called. (markt) </fix> <fix> + <bug>61886</bug>: Log errors on non-container threads at + <code>DEBUG</code> rather than <code>INFO</code>. The exception will be + made available to the application via the asynchronous error handling + mechanism. (markt) + </fix> + <fix> <bug>61918</bug>: Fix connectionLimitLatch counting when closing an already closed socket. Based on a patch by Ryan Fong. (remm) </fix> @@ -98,12 +104,6 @@ in the code that extracts the SNI information from a TLS handshake for the JSSE based NIO and NIO2 connectors. (markt) </fix> - <fix> - <bug>61886</bug>: Log errors on non-container threads at - <code>DEBUG</code> rather than <code>INFO</code>. The exception will be - made available to the application via the asynchronous error handling - mechanism. (markt) - </fix> </changelog> </subsection> <subsection name="Jasper"> @@ -142,14 +142,14 @@ (markt) </add> <fix> - <bug>61910</bug>: Clarify the meaning of the <code>allowLinking</code> - option in the documentation web application. (markt) - </fix> - <fix> Partial fix for <bug>61886</bug>. Ensure that multiple threads do not attempt to complete the <code>AsyncContext</code> if an I/O error occurs in the stock ticker example Servlet. (markt) </fix> + <fix> + <bug>61910</bug>: Clarify the meaning of the <code>allowLinking</code> + option in the documentation web application. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org