Bug 55313 - No (obvious) way to switch off warnings if JSP jar is not present
Summary: No (obvious) way to switch off warnings if JSP jar is not present
Status: RESOLVED DUPLICATE of bug 55166
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 8.0.x-trunk
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 15:40 UTC by Dave Syer
Modified: 2013-07-30 09:54 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Syer 2013-07-26 15:40:05 UTC
DigesterFactory logs warnings if certain resourecs are not available on the classpath.  If the JSP jar is not present this automatically results in 6 warnings about TDL/XSD resources which are clearly not going to be needed. It would be nice to be able to switch that off.

Even better if it could be done in Tomcat 7 as well.
Comment 1 Mark Thomas 2013-07-30 09:54:21 UTC
This has already been fixed in trunk as part of bug 55166.

There are no plans to back-port this to 7 as it requires dupliating resources across the JARs (since some users may be depending on the current locations).

*** This bug has been marked as a duplicate of bug 55166 ***