Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-3015

release set parameters to null in LinkTag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.3.8
    • 1.3.9
    • Tag Libraries
    • None

    Description

      In LinkTag the release() function is incorrectly setting null to parameters attribute.
      This lead to NullPointerException when the tag is reused.
      Line 391 :
      parameters = null;
      should become
      parameters.clear();

      Attachments

        Issue Links

          Activity

            People

              pbenedict Paul Benedict
              xpoinsard@openpricer.com Xavier Poinsard
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: