Author: markt
Date: Wed Oct 3 07:26:41 2012
New Revision: 1393330
URL: http://svn.apache.org/viewvc?rev=1393330&view=rev
Log:
Update changelog prior to 7.0.32 tag
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1393330&r1=1393329&r2=1393330&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Oct 3 07:26:41 2012
@@ -57,11 +57,22 @@
<subsection name="Catalina">
<changelog>
<fix>
+ Revert multiple operation support for the <code>JMXProxyServlet</code>
+ pending further discussion. (schultz)
+ </fix>
+ <fix>
Improve session management in <code>CsrfPreventionFilter</code>.
(kkolinko)
</fix>
</changelog>
</subsection>
+ <subsection name="Web applications">
+ <changelog>
+ <fix>
+ Correct the couple of broken links in the Tomcat Javadoc. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<update>
@@ -86,6 +97,11 @@
<bug>53828</bug>: Use correct status code when closing a WebSocket
connection normally in response to a close frame from a client. (markt)
</fix>
+ <update>
+ <code>JMXProxyServlet</code> now allows multiple operation commands
like
+ <code>invokeAndSet</code>, <code>invokeAndGet</code>,
+ etc. (schultz)
+ </update>
<fix>
<bug>53843</bug>: <code>request.isAsyncStarted()</code> must continue
to
return true until the dispatch actually happens (which at the earliest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]