Author: kkolinko
Date: Sat Jun 14 12:27:16 2014
New Revision: 1602583
URL: http://svn.apache.org/r1602583
Log:
Changelog for BZ 56581: Fix a typo and improve wording.
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=1602583&r1=1602582&r2=1602583&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sat Jun 14 12:27:16 2014
@@ -220,9 +220,9 @@
error page. (markt)
</fix>
<update>
- <bug>56581</bug>: If an error on a JSP page occurs when response have
+ <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. Thus it will become more clear where the error occurred. (kkolinko)
+ it. It will make more clear where the error occurred. (kkolinko)
</update>
<fix>
<bug>56612</bug>: Correctly parse two consecutive escaped single quotes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]