tags declaring dynamic-attributes=true but not implementing DynamicAttributes
-----------------------------------------------------------------------------
Key: WW-2477
URL: https://issues.apache.org/struts/browse/WW-2477
Project: Struts 2
Issue Type: Bug
Components: Other
Affects Versions: 2.1.x
Environment: any
Reporter: Wes Wannemacher
Attachments: first_commit.patch
When a tag is declared having <dynamic-attributes>true</dynamic-attributes>,
the tag-class must implement the javax.servlet.jsp.tagext.DynamicAttributes
interface. If the tag's class does not implement this interface, then the
application server will throw a 500 any time a page is accessed that contains
the "unsafe" tag.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.