Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.0
-
None
Description
Since TomEE replaces the StandardJarScanner and it's filter by default, it does not respect the tomcat.util.scan.StandardJarScanFilter.* system properties.
This can be worked around by adding a JarScanner element in context.xml, but it might be more intuitive if the delegate in TomEEFilter was set by default when creating the TomEEJarScanner.