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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org