Tomcat requires JsonPlugin.tld to be in META-INF directory
----------------------------------------------------------
Key: WW-3554
URL: https://issues.apache.org/jira/browse/WW-3554
Project: Struts 2
Issue Type: Bug
Components: Plugin - JSON
Affects Versions: 2.2.1
Reporter: John Lindal
Priority: Blocker
JBoss doesn't seem to care. It finds the .tld even where it is now (top
level). Tomcat, however, is picky. With the .tld in the top level directory,
it doesn't find it. It works when I move the .tld into META-INF.
To be clear:
src/plugins/json/src/main/resources/JsonPlugin.tld ->
src/plugins/json/src/main/resources/META-INF/JsonPlugin.tld
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.