https://issues.apache.org/bugzilla/show_bug.cgi?id=47939
Summary: Jars added by VirtualWebappLoader are not scanned for
TLDs
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: regression
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24342)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24342)
WAR that reproduces the issue
I was using the attached web application to test recent VirtualWebappLoader
patch.
It uses VirtualWebappLoader to add jstl.jar and standard.jar from Tomcat
examples webapp. Its only page, choose.jsp, is copied from our examples and
uses several JSTL tags.
This web application works in the current TC 6.0.x, but not in trunk,
complaining that "The absolute uri: {..} cannot be resolved".
It starts working in trunk if I explicitly bundle a copy of c.tld with it and
reference it in web.xml. Thus it is an issue with TLD scanning, not with class
loading.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]