From: markt Date: Thu, 7 Oct 2010 14:25:43 +0000 (+0000) Subject: Add bug reference - looks like this one was reported and fixed independently. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2615208d4ad4dffd0a51eb13dbc7b16d547e7182;p=tomcat7.0 Add bug reference - looks like this one was reported and fixed independently. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1005461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 80cb17f4d..339fa4f91 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -94,12 +94,13 @@ for us in HTTP headers. (markt) - 50054: Correctly handle the setting of minSpareThreads in - AJP connector. (kfujino) + 50003: Set not maxThreads but minSpareThreads to + corePoolSize, if AbstractEndpoint.setMinSpareThreads is called. + (kfujino) - Set not maxThreads but minSpareThreads to corePoolSize, if - AbstractEndpoint.setMinSpareThreads is called. (kfujino) + 50054: Correctly handle the setting of minSpareThreads in + AJP connector. (kfujino)