Author: remy.maucherat(a)jboss.com
Date: 2007-10-23 19:45:52 -0400 (Tue, 23 Oct 2007)
New Revision: 327
Modified:
trunk/webapps/docs/changelog.xml
Log:
- Changelog update (it should include all relevant Tomcat 6.0.15 changes now).
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2007-10-23 17:56:06 UTC (rev 326)
+++ trunk/webapps/docs/changelog.xml 2007-10-23 23:45:52 UTC (rev 327)
@@ -80,6 +80,9 @@
<fix>
Use Eclipse JDT 3.3.1. (pero)
</fix>
+ <update>
+ Try to guess java path in Unix scripts. (jfclere)
+ </update>
</changelog>
</subsection>
<subsection name="Catalina">
@@ -148,6 +151,16 @@
<fix>
<bug>43487</bug>: Fix request processing stats. (fhanik)
</fix>
+ <fix>
+ Fix CVE-2007-5461, an important information disclosure vulnerability in
+ the WebDAV Servlet. Based on a patch by Marc Schoenefeld. (markt)
+ </fix>
+ <fix>
+ Call stopAwait in StandardServer.stop if port == -1. (pero)
+ </fix>
+ <fix>
+ <bug>43668</bug>: Fix problem on a Forward when the outer most
wrapper isn't a HttpServletRequest/ResponseWrapper. (billbarker)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -171,6 +184,9 @@
<fix>
<bug>42925</bug>: Add maintain for sendfile. (remm)
</fix>
+ <fix>
+ Properly close sockets for java.io AJP connector. (jfclere)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">
Show replies by date