git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988267
13f79535-47bb-0310-9956-
ffa450edef68
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.