Author: markt
Date: Thu Jun 20 13:25:03 2013
New Revision: 1494978
URL: http://svn.apache.org/r1494978
Log:
Servlet 3.1 implementation is complete
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=1494978&r1=1494977&r2=1494978&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Jun 20 13:25:03 2013
@@ -51,6 +51,10 @@
<subsection name="Catalina">
<changelog>
<add>
+ Implement JSR 340 - Servlet 3.1. The JSR 340 implementation includes
+ contributions from Nick Williams. (markt)
+ </add>
+ <add>
Implement JSR 356 - WebSockets. The JSR 356 implementation includes
contributions from Nick Williams and Rossen Stoyanchev. (markt)
</add>
@@ -116,12 +120,6 @@
Port storeconfig functionality, which can persist to server.xml and
context.xml runtime container configuration changes. (remm)
</add>
- <add>
- <bug>54552</bug>: Servlet 3.1. Implement
- <code>HttpSessionIdListener</code> and
- <code>HttpServletRequest#changeSessionId()</code>. Patch provided by
- Nick Williams. (markt)
- </add>
<fix>
<bug>54708</bug>: Change the name of the working directory for the ROOT
application (located under $CATALINA_BASE/work by default) from _ to
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]