Author: kkolinko
Date: Thu Dec 2 01:40:55 2010
New Revision: 1041248
URL: http://svn.apache.org/viewvc?rev=1041248&view=rev
Log:
Move changelog comment for BZ 50228 from Catalina to Jasper.
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=1041248&r1=1041247&r2=1041248&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Dec 2 01:40:55 2010
@@ -189,9 +189,6 @@
which is better for embedded systems. Patch provided by Christopher
Schultz. (markt)
</add>
- <fix>
- <bug>50228</bug>: Improve recycling of BodyContentImpl. (kkolinko)
- </fix>
<add>
Improve debug logging for MapperListener registration. (markt)
</add>
@@ -307,6 +304,11 @@
<bug>50192</bug>: Improve performance for EL when running under a
security manager. Based on a patch by Robert Goff. (markt)
</fix>
+ <fix>
+ <bug>50228</bug>: Improve recycling of <code>BodyContentImpl</code>.
+ This avoids keeping a cached reference to a webapp-provided Writer
+ used in JspFragment.invoke() calls. (kkolinko)
+ </fix>
<add>
<bug>50273</bug>: Provide a workaround for an HP-UX issue that can
result in large numbers of SEVERE log messages appearing in the logs as
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]