You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/05/20 10:38:45 UTC

svn commit: r1744693 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: markt
Date: Fri May 20 10:38:45 2016
New Revision: 1744693

URL: http://svn.apache.org/viewvc?rev=1744693&view=rev
Log:
Correct location in changelog

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=1744693&r1=1744692&r2=1744693&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri May 20 10:38:45 2016
@@ -133,19 +133,23 @@
       </fix>
     </changelog>
   </subsection>
-  <subsection name="WebSocket">
+  <subsection name="Jasper">
     <changelog>
       <fix>
-        Ensure that a client disconnection triggers the error handling for the
-        associated WebSocket end point. (markt)
-      </fix>
-      <fix>
         Fix a memory leak in the expression language implementation that caused
         the class loader of the first web application to use expressions to be
         pinned in memory. (markt)
       </fix>
     </changelog>
   </subsection>
+  <subsection name="WebSocket">
+    <changelog>
+      <fix>
+        Ensure that a client disconnection triggers the error handling for the
+        associated WebSocket end point. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Web Applications">
     <changelog>
       <fix>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org