Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-2389

struts-tags.tld forbids all JSP runtime expressions in 2.0.11

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Not A Problem
    • 2.0.11
    • None
    • Expression Language
    • None

    Description

      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.

      Attachments

        Activity

          People

            mrdon Donald J. Brown
            wknauf Wolfgang Knauf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: