Limit tld scanning scope in BundleTldScanner
--------------------------------------------
Key: GERONIMO-5810
URL: https://issues.apache.org/jira/browse/GERONIMO-5810
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: web
Affects Versions: 3.0-M1, 3.0
Reporter: Ivan
Assignee: Ivan
Fix For: 3.0
As describe in the JSP spec, tld scanning should be based on the rule :
--->
Tag library descriptor files have names that use the extension .tld, and the
extension indicates a tag library descriptor file. When deployed inside a JAR
file,
the tag library descriptor files must be in the META-INF directory, or a
subdirectory
of it. When deployed directly into a web application, the tag library descriptor
files must always be in the WEB-INF directory, or some subdirectory of it. TLD
files should not be placed in /WEB-INF/classes or /WEB-INF/lib, and must not be
placed inside /WEB-INF/tags or a subdirectory of it, unless named implicit.tld
and
intended to configure an implicit tag library with its JSP version and
tlib-version.
<---
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira