From 49b384f2c5fe1cffc1c2dc0f69fc6b6f1bb01453 Mon Sep 17 00:00:00 2001 From: timw Date: Tue, 5 Oct 2010 02:57:25 +0000 Subject: [PATCH] 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 --- webapps/docs/changelog.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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) + -- 2.11.0