From 5b4f111521d3bb134ba7cfa758bdb279d7152ebb Mon Sep 17 00:00:00 2001 From: slaurent Date: Sun, 5 Dec 2010 21:07:49 +0000 Subject: [PATCH] sort entries by ascending BZ number git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042448 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index d6c84bf5d..e4cee1ecc 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -42,31 +42,25 @@
- - 50282: Load javax.security.auth.login.Configuration - with JreMemoryLeakPreventionListener to avoid memory leak - when stopping a webapp that would use JAAS. - (slaurent) - - - 48973: Avoid creating a SESSIONS.ser file when stopping an - application if there's no session. Patch provided by Marc Guillemot. - (slaurent) - - - 48692: Provide option to parse - application/x-www-form-urlencoded PUT requests. (schultz) - 8705: org.apache.catalina.SessionListener now extends java.util.EventListener. (markt) + + 48692: Provide option to parse + application/x-www-form-urlencoded PUT requests. (schultz) + 48837: Extend thread local memory leak detection to include classes loaded by subordinate class loaders to the web application's class loader such as the Jasper class loader. Based on a patch by Sylvain Laurent. (markt) + + 48973: Avoid creating a SESSIONS.ser file when stopping an + application if there's no session. Patch provided by Marc Guillemot. + (slaurent) + 49650: Remove unnecessary entries package.access property defined in catalina.properties. Patch provided by Owen Farrell. (markt) @@ -81,6 +75,12 @@ options to control the SecureRandom instances used to generate session IDs. (markt) + + 50282: Load javax.security.auth.login.Configuration + with JreMemoryLeakPreventionListener to avoid memory leak + when stopping a web application that would use JAAS. + (slaurent) + 50351: Fix the regression that broke BeanFactory resources caused by the previous fix for 50159. (markt) -- 2.11.0