Update changelog
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 23 Aug 2010 19:41:06 +0000 (19:41 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 23 Aug 2010 19:41:06 +0000 (19:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988267 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index fd73b0b..73c1f78 100644 (file)
         distributable element of web.xml. (kfujino)
       </fix>
       <fix>
+        <bug>49721</bug>: Alls JAR in a web application should be searched for
+        resources, not just those with a web-fragment.xml that is going to be
+        processed. (markt)
+      </fix>
+      <fix>
         <bug>47950</bug>: Align <code>WebappClassLoader.validate()</code>
         implementation with Javadoc and ensure that <code>javax.servlet.*</code>
         classes can not be loaded by a <code>WebappClassLoader</code> instance.