https://issues.apache.org/bugzilla/show_bug.cgi?id=56709
Bug ID: 56709
Summary: No TLD files message refers to invalid property
DefaultJarScanner.jarsToSkip
Product: Tomcat 8
Version: 8.0.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
The error log entry:
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were
found in [file:something.jar]. Consider adding the JAR to the
tomcat.util.scan.DefaultJarScanner.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
refers to an undocumented property
tomcat.util.scan.DefaultJarScanner.jarsToSkip. I tried using this in my
configuration, and I did not get the expected result.
What is documented is tomcat.util.scan.StandardJarScanFilter.jarsToSkip.
I propose that the error message be updated to reflect the actual name of the
property setting.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]