Move changelog comment for BZ 50228 from Catalina to Jasper.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 2 Dec 2010 01:40:55 +0000 (01:40 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 2 Dec 2010 01:40:55 +0000 (01:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1041248 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 9509921..78fdc06 100644 (file)
         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>
         <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