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 2014/01/29 12:26:49 UTC

svn commit: r1562413 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Wed Jan 29 11:26:48 2014
New Revision: 1562413

URL: http://svn.apache.org/r1562413
Log:
Correct tag nesting

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=1562413&r1=1562412&r2=1562413&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Jan 29 11:26:48 2014
@@ -45,15 +45,15 @@
   issues to not "pop up" wrt. others).
 -->
 <section name="Tomcat 8.0.1 (markt)">
-  <changelog>
-    <subsection name="WebSocket">
+  <subsection name="WebSocket">
+    <changelog>
       Do not return an empty string for the <code>Sec-WebSocket-Protocol</code>
       HTTP header when no sub-protocol has been requested or no sub-protocol
       could be agreed as RFC6455 requires that no
       <code>Sec-WebSocket-Protocol</code> header is returned in this case.
       (markt)
-    </subsection>
-  </changelog>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 8.0.0 (markt)">
   <subsection name="Catalina">



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