From: markt Date: Thu, 7 Oct 2010 14:21:55 +0000 (+0000) Subject: Couple of updates. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5034a514a691174a41d77108b1789a2b8a846949;p=tomcat7.0 Couple of updates. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1005459 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8df6917d0..80cb17f4d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -75,6 +75,12 @@ cleared all work directories (with compiled JSPs and persisted sessions) when Tomcat was stopped. (markt) + + 49978: Correctly handle the case when a directory expected + to be created during web application start is already present. Rather + than throwing an exception and failing to start, allow thw web + application to start normally. (mark) + @@ -84,11 +90,15 @@ to ensure APR connector shuts down properly. (mturk) + 49972: Fix potential thread safe issue when formatting dates + for us in HTTP headers. (markt) + + 50054: Correctly handle the setting of minSpareThreads in AJP connector. (kfujino) - Set not maxThreads but minSpareThreads to corePoolSize, if + Set not maxThreads but minSpareThreads to corePoolSize, if AbstractEndpoint.setMinSpareThreads is called. (kfujino)