Author: kkolinko Date: Mon Jun 16 07:52:50 2014 New Revision: 1602818 URL: http://svn.apache.org/r1602818 Log: Correct numeric order of changelog issues
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=1602818&r1=1602817&r2=1602818&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Jun 16 07:52:50 2014 @@ -145,6 +145,11 @@ <bug>56561</bug>: Avoid <code>NoSuchElementException</code> while handling attributes with empty string value. (violetagg) </fix> + <update> + <bug>56581</bug>: If an error on a JSP page occurs when response has + already been committed, do not clear the buffer of JspWriter, but flush + it. It will make more clear where the error occurred. (kkolinko) + </update> <fix> <bug>56612</bug>: Correctly parse two consecutive escaped single quotes when used in UEL expression in a JSP. (markt) @@ -154,11 +159,6 @@ <code>Parser</code> to <code>JspReader</code> class for better performance. (kkolinko) </update> - <update> - <bug>56581</bug>: If an error on a JSP page occurs when response has - already been committed, do not clear the buffer of JspWriter, but flush - it. It will make more clear where the error occurred. (kkolinko) - </update> </changelog> </subsection> <subsection name="WebSocket"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org