From: timw Date: Tue, 5 Oct 2010 02:57:25 +0000 (+0000) Subject: Updating changelog with fix for https://issues.apache.org/bugzilla/show_bug.cgi?id... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=49b384f2c5fe1cffc1c2dc0f69fc6b6f1bb01453;p=tomcat7.0 Updating changelog with fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004513 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b762f57f7..708f8c452 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -245,6 +245,15 @@ that may have caused additional problems during a failure at start up. (markt) + + 50026: 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) +