This is an automated email from the ASF dual-hosted git repository.
fhanik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 33185e3 Add back support for static resources for now
33185e3 is described below
commit 33185e3abaf440239fd2b4d777d9639c9fdfbce3
Author: Filip Hanik <[email protected]>
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 0613b1f..1dfa845 100644
--- a/build.xml
+++ b/build.xml
@@ -589,20 +589,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: [email protected]
For additional commands, e-mail: [email protected]