struts-tags.tld forbids all JSP runtime expressions in 2.0.11
-------------------------------------------------------------
Key: WW-2389
URL: https://issues.apache.org/struts/browse/WW-2389
Project: Struts 2
Issue Type: Bug
Components: Expression Language
Affects Versions: 2.0.11
Reporter: Wolfgang Knauf
Priority: Critical
In 2.0.9, struts-tags.tld allowed runtime expressions.
E.g. the "s:if" tag:
<tag>
<name>if</name>
....
<attribute>
<name>test</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
....
</attribute>
In 2.0.11, all "rtexprvalue" are set to FALSE (not even one "true" in the whole
file).
<attribute>
<name>test</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
...
</attribute>
None of the jira issues from 2.0.10/2.0.11 relate to this, so I consider it a
major regression.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.