https://issues.apache.org/bugzilla/show_bug.cgi?id=53714
Priority: P2 Bug ID: 53714 Assignee: dev@tomcat.apache.org Summary: misleading log output when jarsToSkip cointains web-fragments Severity: minor Classification: Unclassified OS: Linux Reporter: volker.kr...@abas.de Hardware: PC Status: NEW Version: 7.0.26 Component: Jasper Product: Tomcat 7 I have a jar which contains a web-fragment and no TLDs. When starting the server I get the Message: org.apache.jasper.compiler.TldLocationsCache tldScanJar INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. so far so good. When adding it to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property the web-fragment won't be scanned either. The log message should only be printed when no TLDs and web-fragments could be found in the jar. -- 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