https://bz.apache.org/bugzilla/show_bug.cgi?id=59862
--- Comment #5 from Terence Bandoian <tere...@tmbsw.com> --- Does J2EE specifically prohibit scanning nested JARs? If not, then there would be nothing "non-spec-compliant" about doing so. Tomcat already scans nested JARS. The proposed modification allows users to limit which nested JARS are scanned using the existing Tomcat "jarsToSkip" feature. IMHO, this is the expected behavior of that feature. Nested JARs are used extensively (e.g. Spring Boot). The proposed modification allows for faster startup in that type of environment by changing one line in an existing Tomcat class that supports an existing Tomcat feature. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org