From 401397a0cc2e615561734bb3a4e546d21d6d7947 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 28 Oct 2010 22:33:45 +0000 Subject: [PATCH] Add new feature git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1028522 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8dd7aa9f4..e1d723191 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -76,6 +76,13 @@ Expose names of LifecycleListeners and ContainerListers for StandardContext via JMX. (markt) + + Add a new option, resourceOnlyServlets, to Context elements + that provides a mechanism for working around the issues caused by new + requirements for welcome file mapping introduced in Servlet 3.0. By + default, the existing Tomcat 6.0.x welcome file handling is used. + (markt) + -- 2.11.0