Bug 56709 - No TLD files message refers to invalid property DefaultJarScanner.jarsToSkip
Summary: No TLD files message refers to invalid property DefaultJarScanner.jarsToSkip
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 8.0.9
Hardware: PC All
: P2 normal (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 20:14 UTC by Robert Kish
Modified: 2014-07-10 20:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Kish 2014-07-10 20:14:46 UTC
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.
Comment 1 Remy Maucherat 2014-07-10 20:43:31 UTC
Thanks, it will be included in 8.0.11.