Tomas Repel created WFLY-6738:
---------------------------------
Summary: Load tld files from <ear>/lib/*.jar archives
Key: WFLY-6738
URL:
https://issues.jboss.org/browse/WFLY-6738
Project: WildFly
Issue Type: Enhancement
Components: Web (Undertow)
Affects Versions: 10.0.0.Final
Reporter: Tomas Repel
Assignee: Stuart Douglas
Let's assume there is EAR archive that contains WAR archive that contains
WEB-INF/lib/some.jar file that contains /META-INF/some-tag-library.tld. Such deployment
works.
However, instead, if having EAR archive that contains lib/some.jar file that contains
/META-INF/some-tag-library.tld (and of course the EAR archive contains the WAR archive as
in the previous case), the tag library is not loaded.
Simple reproducer:
https://github.com/trepel/primrose-hibernate-simple/tree/tlddiscovery
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)