From: markt Date: Thu, 28 Oct 2010 22:33:45 +0000 (+0000) Subject: Add new feature X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=401397a0cc2e615561734bb3a4e546d21d6d7947;p=tomcat7.0 Add new feature git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1028522 13f79535-47bb-0310-9956-ffa450edef68 --- 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) +