You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/10/07 16:21:55 UTC

svn commit: r1005459 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Thu Oct  7 14:21:55 2010
New Revision: 1005459

URL: http://svn.apache.org/viewvc?rev=1005459&view=rev
Log:
Couple of updates.

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=1005459&r1=1005458&r2=1005459&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  7 14:21:55 2010
@@ -75,6 +75,12 @@
         cleared all work directories (with compiled JSPs and persisted sessions)
         when Tomcat was stopped. (markt)
       </fix>
+      <fix>
+        <bug>49978</bug>: 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)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -84,11 +90,15 @@
         to ensure APR connector shuts down properly. (mturk) 
       </fix>
       <fix>
+        <bug>49972</bug>: Fix potential thread safe issue when formatting dates
+        for us in HTTP headers. (markt)
+      </fix>
+      <fix>
         <bug>50054</bug>: Correctly handle the setting of minSpareThreads in 
         AJP connector. (kfujino) 
       </fix>
       <fix>
-        Set not maxThreads  but minSpareThreads to corePoolSize, if 
+        Set not maxThreads but minSpareThreads to corePoolSize, if 
         AbstractEndpoint.setMinSpareThreads is called. (kfujino) 
       </fix>
     </changelog>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org