Author: remy.maucherat(a)jboss.com
Date: 2008-12-29 06:43:18 -0500 (Mon, 29 Dec 2008)
New Revision: 888
Modified:
trunk/PATCHES.txt
trunk/webapps/docs/changelog.xml
Log:
- Changelog update.
Modified: trunk/PATCHES.txt
===================================================================
--- trunk/PATCHES.txt 2008-12-29 11:42:48 UTC (rev 887)
+++ trunk/PATCHES.txt 2008-12-29 11:43:18 UTC (rev 888)
@@ -33,4 +33,7 @@
724886
Executor modifications, very specialized work that breaks the Executor design (a single
task can be submitted
-to the real executor more than once) to supposedly work better with the NIO connector
+to the real executor more than once) to supposedly work better with the NIO connector.
+
+728947
+Lame IE 6 and 7 cookie hack for expires.
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2008-12-29 11:42:48 UTC (rev 887)
+++ trunk/webapps/docs/changelog.xml 2008-12-29 11:43:18 UTC (rev 888)
@@ -17,6 +17,13 @@
<body>
<section name="JBoss Web 2.1.2.CR1 (remm)">
+ <subsection name="General">
+ <changelog>
+ <update>
+ NSIS 2.41. (remm)
+ </update>
+ </changelog>
+ </subsection>
<subsection name="Catalina">
<changelog>
<fix>
@@ -67,6 +74,18 @@
<update>
Support all cookie flags in RewriteRule. (remm)
</update>
+ <fix>
+ Remove useless normalization when getting a request dispatcher through a request.
(remm)
+ </fix>
+ <fix>
+ Filter not found URI in default servlet. (remm)
+ </fix>
+ <fix>
+ <bug>46304</bug>: Cache event methods when security is enabled.
(markt)
+ </fix>
+ <fix>
+ <bug>46261</bug>: Handling for / in context path. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -74,6 +93,9 @@
<fix>
JSSE configuration for SSL sessions. (markt)
</fix>
+ <fix>
+ Preload fast date format in HTTP connector. (remm)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">
Show replies by date