Author: markt Date: Fri Jan 10 08:39:52 2014 New Revision: 1557053 URL: http://svn.apache.org/r1557053 Log: Move fixes to correct section
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=1557053&r1=1557052&r2=1557053&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jan 10 08:39:52 2014 @@ -56,13 +56,9 @@ issues to not "pop up" wrt. others). --> <section name="Tomcat 7.0.51 (violetagg)"> - <subsection name="Coyote"> + <subsection name="Catalina"> <changelog> <fix> - Avoid possible NPE if a content type is specified without a character - set. (markt) - </fix> - <fix> <bug>55937</bug>: When deploying applications, treat a context path of <code>/ROOT</code> as equivalent to <code>/</code>. (markt) </fix> @@ -80,6 +76,14 @@ </fix> </changelog> </subsection> + <subsection name="Coyote"> + <changelog> + <fix> + Avoid possible NPE if a content type is specified without a character + set. (markt) + </fix> + </changelog> + </subsection> <subsection name="Jasper"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org