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/02/02 13:00:26 UTC

svn commit: r1728094 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Author: markt
Date: Tue Feb  2 12:00:26 2016
New Revision: 1728094

URL: http://svn.apache.org/viewvc?rev=1728094&view=rev
Log:
Add missing tag

Modified:
    tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1728094&r1=1728093&r2=1728094&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Tue Feb  2 12:00:26 2016
@@ -95,11 +95,13 @@
     </changelog>
   </subsection>
   <subsection name="WebSocket">
-    <fix>
-      Fix a timing issue on session close that could result in an exception
-      being thrown for an incomplete message even through the message was
-      completed. (markt)
-    </fix>
+    <changelog>
+      <fix>
+        Fix a timing issue on session close that could result in an exception
+        being thrown for an incomplete message even through the message was
+        completed. (markt)
+      </fix>
+    </changelog>
   </subsection>
 </section>
 <section name="Tomcat 8.0.31 (markt)" rtext="not released">



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