You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ti...@apache.org on 2010/10/05 04:57:25 UTC

svn commit: r1004513 - /tomcat/trunk/webapps/docs/changelog.xml

Author: timw
Date: Tue Oct  5 02:57:25 2010
New Revision: 1004513

URL: http://svn.apache.org/viewvc?rev=1004513&view=rev
Log:
Updating changelog with fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=50026

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1004513&r1=1004512&r2=1004513&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Oct  5 02:57:25 2010
@@ -245,6 +245,15 @@
         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">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org