Author: markt Date: Tue Aug 5 12:49:27 2014 New Revision: 1615919 URL: http://svn.apache.org/r1615919 Log: Correct order
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=1615919&r1=1615918&r2=1615919&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Aug 5 12:49:27 2014 @@ -81,12 +81,6 @@ Cédric Couralet. (markt) </fix> <fix> - <bug>56815</bug>: When the <code>gzip</code> option is enabled for the - <code>DefaultServlet</code> ensure that a suitable <code>Vary</code> - header is returned for resources that might be returned directly in - compressed form. - </fix> - <fix> <bug>56796</bug>: Remove unnecessary sleep when stopping a web application. (markt) </fix> @@ -96,6 +90,12 @@ for scanning during web application start. Based on a patch by Sheldon Shao. (markt) </fix> + <fix> + <bug>56815</bug>: When the <code>gzip</code> option is enabled for the + <code>DefaultServlet</code> ensure that a suitable <code>Vary</code> + header is returned for resources that might be returned directly in + compressed form. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org