Add new feature
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 28 Oct 2010 22:33:45 +0000 (22:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 28 Oct 2010 22:33:45 +0000 (22:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1028522 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 8dd7aa9..e1d7231 100644 (file)
         Expose names of LifecycleListeners and ContainerListers for
         StandardContext via JMX. (markt)
       </add>
+      <add>
+        Add a new option, <code>resourceOnlyServlets</code>, 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)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Jasper">