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

Wasted work in RefreshModelBeforeResult.beforeResult()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.14.3
    • 2.3.16
    • None
    • any

    • Patch, Important

    Description

      The problem appears in version 2.3.14.3 and in revision 1495522. I
      attached a one-line patch that fixes it. This problem and the
      attached patch are similar to the previously fixed WW-4115 and its
      patch.

      In method "RefreshModelBeforeResult.beforeResult", the loop over
      "root" should break immediately after "needsRefresh" is set to
      "false". All the iterations after "needsRefresh" is set to "false" do
      not perform any useful work, at best they just set "needsRefresh"
      again to "false".

      Attachments

        1. patch.diff
          0.6 kB
          Adrian Nistor

        Activity

          People

            lukaszlenart Lukasz Lenart
            adriannistor Adrian Nistor
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: