Author: remy.maucherat(a)jboss.com
Date: 2007-08-31 13:16:43 -0400 (Fri, 31 Aug 2007)
New Revision: 251
Modified:
trunk/webapps/docs/changelog.xml
Log:
- Changelog update.
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2007-08-31 17:09:53 UTC (rev 250)
+++ trunk/webapps/docs/changelog.xml 2007-08-31 17:16:43 UTC (rev 251)
@@ -16,6 +16,13 @@
<body>
<section name="JBoss Web 2.1.0 (remm)">
+ <subsection name="General">
+ <changelog>
+ <update>
+ Swicth to JBoss logging. (remm)
+ </update>
+ </changelog>
+ </subsection>
<subsection name="Catalina">
<changelog>
<update>
@@ -42,6 +49,9 @@
<fix>
Use the system property for the session cookie name. (jfclere)
</fix>
+ <update>
+ Validation for elements and attributes of server.xml. (remm)
+ </update>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -56,10 +66,78 @@
</subsection>
</section>
+<section name="Tomcat 6.0.15 (remm)">
+ <subsection name="Catalina">
+ <changelog>
+ <fix>
+ <bug>42944</bug>: Correctly handle servlet mappings that use a
'+'
+ character as part of the url pattern. (markt)
+ </fix>
+ <fix>
+ <bug>42951</bug>: Don't use CATALINA_OPTS when stopping Tomcat.
This
+ allows options for starting and stopping to be set on JAVA_OPTS and
+ options for starting only to be set on CATALINA_OPTS. Without this
+ fix, some startup options (eg the port for remote JMX) would cause
+ stop to fail. Based on a fix suggested by Michael Vorburger.
+ Port of r454193 (<bug>36976</bug>) from Tomcat 5.5.x. (markt,rjung)
+ </fix>
+ <add>
+ Validation of attributes and elements used in server.xml. (remm)
+ </add>
+ <fix>
+ <bug>43175</bug>: Fix typos in servlet XSD files. Patch provided by
+ Takayuki Kaneko. (markt)
+ </fix>
+ <fix>
+ <bug>43216</bug>: Set correct StandardSession#accessCount as
StandardSession.ACTIVITY_CHECK is true.
+ Patch provided by Takayuki Kaneko (pero)
+ </fix>
+ </changelog>
+ </subsection>
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ In the APR connector, start accepting connections after fully starting
+ the connector, to prevent possible exceptions due to non initialized fields.
(remm)
+ </fix>
+ </changelog>
+ </subsection>
+ <subsection name="Jasper">
+ <changelog>
+ <fix>
+ <bug>37326</bug>: No error reported when an included page does not
+ exist. (markt)
+ </fix>
+ </changelog>
+ </subsection>
+ <subsection name="Webapps">
+ <changelog>
+ <fix>
+ Fix WebDAV Servlet so it works correctly with MS clients. (markt)
+ </fix>
+ <fix>
+ <bug>42979</bug>: Update sample.war to include recent security fixes
+ in the source code. (markt)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 6.0.14 (remm)">
+ <subsection name="General">
+ <changelog>
+ <docs>
+ Correct j.u.l log levels in JULI docs. (rjung)
+ </docs>
+ </changelog>
+ </subsection>
<subsection name="Catalina">
<changelog>
<fix>
+ Handle special case of ROOT when re-loading webapp after ROOT.xml has
+ been modified. In some circumstances the reloaded ROOT webapp had no
+ associated resources. (markt)
+ </fix>
+ <fix>
Remove invalid attribute "encoding" of MBean MemoryUserDatabase,
which lead to errors in the manager webapp JMXProxy output. (rjung)
</fix>
@@ -118,17 +196,6 @@
<fix>
Fix Comet when running Tomcat with the security manager (remm)
</fix>
- <fix>
- Fix filter chain creation when Comet is used (remm)
- </fix>
- <docs>
- Correct j.u.l log levels in JULI docs. (rjung)
- </docs>
- <fix>
- Handle special case of ROOT when re-loading webapp after ROOT.xml has
- been modified. In some circumstances the reloaded ROOT webapp had no
- associated resources. (markt)
- </fix>
</changelog>
</subsection>
<subsection name="Jasper">