Updating changelog with fix for https://issues.apache.org/bugzilla/show_bug.cgi?id...
authortimw <timw@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Oct 2010 02:57:25 +0000 (02:57 +0000)
committertimw <timw@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Oct 2010 02:57:25 +0000 (02:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004513 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index b762f57..708f8c4 100644 (file)
         that may have caused additional problems during a failure at start up.
         (markt) 
       </fix>
+      <fix>
+        <bug>50026</bug>: Prevent serving of resources from WEB-INF and
+        META-INF directories when DefaultServlet or WebdavServlet is mapped
+        to a sub-path of the context. This changes DefaultServlet to always
+        serve resources with paths relative to the root of the context
+        regardless of where it is mapped, which is a breaking change for
+        current servlet-mappings that map the default servlet to a subpath.
+        (timw)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">