From d553f008f279127e6fe785342964220518e01371 Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 7 Mar 2010 21:30:54 +0000 Subject: [PATCH] Update change log git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@920123 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 491d648a7..6a815a6ec 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -32,10 +32,14 @@ -
+
+ Update Servlet support to the Servlet 3.0 specification. Note + asynchronous support is not yet complete. (markt/fhanik) + + 46925: Replace recursive search for nested roles with iterative search. Patch provided by Stefan Zoerner. (rjung) @@ -109,6 +113,11 @@ directories and/or WAR files to be mapped to paths within the context. (markt) + + Provide clearer definition of Lifecycle interface, particularly start + and stop, and align components that implement Lifecycle with this + definition. (markt) + @@ -155,6 +164,12 @@ + Update JSP support to the JSP 2.2 specification. (markt) + + + Update EL support to the EL 2.2 specification. (markt) + + 787978 Use "1.6" as the default value for compilerSourceVM and compilerTargetVM options of Jasper. (kkolinko) @@ -195,9 +210,13 @@ in the documentation. (fhanik) - A number of additional roles were added to the Manager application to - separate out permissions for the HTML interface, the text interface and - the JMX proxy. (markt) + A number of additional roles were added to the Manager and Host Manager + applications to separate out permissions for the HTML interface, the + text interface and the JMX proxy. (markt) + + + CSRF protection was added to the Manager and Host Manager applications. + (markt) -- 2.11.0