This is an automated email from the ASF dual-hosted git repository.

fhanik pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5f9f36c  Add back support for static resources for now
5f9f36c is described below

commit 5f9f36c59279320c6bbabdf0420dcdf1a359ff9b
Author: Filip Hanik <fha...@pivotal.io>
AuthorDate: Fri Aug 14 14:02:24 2020 -0700

    Add back support for static resources for now
    
    Found embedded applications that serve up resources from
    META-INF/resources in nested Jar files
---
 build.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/build.xml b/build.xml
index 343ae3b..6da7bbf 100644
--- a/build.xml
+++ b/build.xml
@@ -585,20 +585,6 @@
     <exclude name="org/apache/catalina/valves/LoadBalancerDrainingValve*" />
     <exclude name="org/apache/catalina/valves/PersistentValve*" />
 
-    <!-- Remove web resources classes, default is the EmptyResourceSet -->
-    <exclude name="org/apache/catalina/webresources/AbstractArchiveResource*" 
/>
-    <exclude 
name="org/apache/catalina/webresources/AbstractSingleArchiveResource*" />
-    <exclude name="org/apache/catalina/webresources/ExtractingRoot*" />
-    <exclude name="org/apache/catalina/webresources/FileResource*" />
-    <exclude name="org/apache/catalina/webresources/JarResource*" />
-    <exclude name="org/apache/catalina/webresources/JarWarResource*" />
-    <exclude name="org/apache/catalina/webresources/TomcatJarInputStream*" />
-    <exclude name="org/apache/catalina/webresources/TrackedInputStream*" />
-    <exclude name="org/apache/catalina/webresources/VirtualResource*" />
-    <exclude name="org/apache/catalina/webresources/WarResource*" />
-    <exclude name="org/apache/catalina/webresources/WarResource*" />
-    <exclude name="org/apache/catalina/webresources/war/WarURLConnection*" />
-
     <!-- Remove most JNDI stuff -->
     <exclude name="org/apache/naming/EjbRef*" />
     <exclude name="org/apache/naming/factory/BeanFactory*" />


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

Reply via email to