From 9b863ddf85e8e528c106c7c1bbb3e02e4ff3aaed Mon Sep 17 00:00:00 2001 From: remm Date: Wed, 22 Nov 2006 16:05:30 +0000 Subject: [PATCH] - Changelog update (add the changes to the modeler, which I had forgotten about). git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@478204 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8df9cef04..18acb49d4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -39,7 +39,14 @@ 40929: Correct JavaDoc for StandardClassLoader. (markt) - (markt) + + + Fix usage of print on the servlet output stream if the processor never used + a writer (fhanik) + + + Fix logic of sameSameObjects used to determine correct wrapping of request and + response objects (fhanik) @@ -52,6 +59,12 @@ Enable JMX for trust store attributes for SSL connector. (markt) + + Port memory usage reduction changes to the java.io HTTP connector. (remm) + + + MessageBytes.setString(null) will remove the String value. (remm) + @@ -164,8 +177,15 @@ - SSLEnabled attribute required for SSL to be turned on, on all HTTP connectors(fhanik) + SSLEnabled attribute required for SSL to be turned on, on all HTTP connectors (fhanik) + + Memory usage reduction for the HTTP connectors, except java.io (remm) + + + Modeler update to use dynamic mbeans rather than model mbeans, which consume more + resources (costin) + -- 2.11.0