Bug 57647

Summary: TldScanner does not report warning when some jar does not contain a TLD
Product: Tomcat 8 Reporter: Jeremy Boynes <jboynes>
Component: JasperAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0.x-trunk   
Target Milestone: ----   
Hardware: All   
OS: All   
Attachments: Patch to repro issue

Description Jeremy Boynes 2015-02-28 03:53:01 UTC
scanFoundNoTLDs does not log the info message about some jar not containing a TLD when at least one does.

Problem can be seen on tc8 and trunk now that jstl has been replaced with taglibs-standard-spec which is not in the exclude filter.
Comment 1 Konstantin Kolinko 2015-02-28 06:06:03 UTC
FYI: it was added to exclude filter in r1662850
Comment 2 Jeremy Boynes 2015-02-28 18:20:08 UTC
Created attachment 32530 [details]
Patch to repro issue

Patch to illustrate this issue, fix to follow
Comment 3 Jeremy Boynes 2015-02-28 19:08:47 UTC
Fixed in trunk in http://svn.apache.org/r1662989
Comment 4 Jeremy Boynes 2015-02-28 19:35:45 UTC
Backported to 8.0.x in http://svn.apache.org/r1662991 and will be included in 8.0.21