Author: markt Date: Thu Mar 29 19:37:07 2018 New Revision: 1828018 URL: http://svn.apache.org/viewvc?rev=1828018&view=rev Log: Correct section Sorry for the noise
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=1828018&r1=1828017&r2=1828018&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Mar 29 19:37:07 2018 @@ -80,6 +80,11 @@ notified once of property changes on the associated naming resources. (markt) </fix> + <add> + <bug>62224</bug>: Disable the <code>forkJoinCommonPoolProtection</code> + of the <code>JreMemoryLeakPreventionListener</code> when running on Java + 9 and above since the underlying JRE bug has been fixed. (markt) + </add> </changelog> </subsection> <subsection name="Coyote"> @@ -108,11 +113,6 @@ must be sent in order of increasing stream ID. These restriction were not being enforced leading to protocol errors at the client. (markt) </fix> - <add> - <bug>62224</bug>: Disable the <code>forkJoinCommonPoolProtection</code> - of the <code>JreMemoryLeakPreventionListener</code> when running on Java - 9 and above since the underlying JRE bug has been fixed. (markt) - </add> </changelog> </subsection> <subsection name="Web applications"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org