Author: remy.maucherat(a)jboss.com
Date: 2008-11-28 11:17:45 -0500 (Fri, 28 Nov 2008)
New Revision: 869
Modified:
trunk/PATCHES.txt
trunk/ROADMAP.txt
trunk/webapps/docs/changelog.xml
Log:
- Update changelog.
Modified: trunk/PATCHES.txt
===================================================================
--- trunk/PATCHES.txt 2008-11-27 15:24:34 UTC (rev 868)
+++ trunk/PATCHES.txt 2008-11-28 16:17:45 UTC (rev 869)
@@ -1,22 +1,22 @@
Dropped Tomcat patches
SVN URL:
http://svn.apache.org/viewvc?rev=XXXXXX&view=rev
-701358:
+701358
Some symlink fix (too many checks needed)
-701355:
+701355
XML parser in webapp fix (significant refactoring, partial)
-709821:
+709821
Endline configuration for PrintWriter based on a server system property
-709018:
+709018
Async logger is not ready
-710179:
+710179
Invoker servlet removal
-711711, 711714, 711716, 711720:
+711711 711714 711716 711720
Useless session access time refactoring
719602
Modified: trunk/ROADMAP.txt
===================================================================
--- trunk/ROADMAP.txt 2008-11-27 15:24:34 UTC (rev 868)
+++ trunk/ROADMAP.txt 2008-11-28 16:17:45 UTC (rev 869)
@@ -4,7 +4,7 @@
- Update digester XML parsing rules for web.xml updates
- Implement new APIs for programmatic deployment descriptor access
- Implement annotation scanning for JBoss Web standalone (likely disabled by default
using conf/web.xml)
-- Implement any other Servlet 3.0 changes
+- Implement any other Servlet 3.0 changes (web.xml fragments, security, etc)
- Implement JSP 2.2 changes
- Implement Servlet 3.0 async for APR AJP connector
- Implement Servlet 3.0 async for java.io HTTP connector
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2008-11-27 15:24:34 UTC (rev 868)
+++ trunk/webapps/docs/changelog.xml 2008-11-28 16:17:45 UTC (rev 869)
@@ -48,6 +48,9 @@
<fix>
<bug>42077</bug>: In javax.el iterators, don't return null
elements. Based on a patch by Mathias Broekelmann. (markt)
</fix>
+ <fix>
+ Possible NPE on shutdown of ClusterListener. (remm)
+ </fix>
</changelog>
</subsection>
</section>