Bug 57647 - TldScanner does not report warning when some jar does not contain a TLD
Summary: TldScanner does not report warning when some jar does not contain a TLD
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 8.0.x-trunk
Hardware: All All
: P2 normal (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-28 03:53 UTC by Jeremy Boynes
Modified: 2015-02-28 19:35 UTC (History)
0 users



Attachments
Patch to repro issue (3.03 KB, patch)
2015-02-28 18:20 UTC, Jeremy Boynes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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