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

Improved the StrutsUrlDecoder so that charset retrieval is performed only once

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 6.1.1
    • 6.4.0
    • Core
    • None

    Description

      • StutsUrlDecoder has performance problems when run from multiple threads, because Charset#availavleCharts(...) called StrutsUrlDecoder#getCharset(...) is synchronized blocked.
      • Therefore, Charset#availavleCharts(...) to be executed only once during the StrutsUrlDecoder initialization.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mygreen Tatsuo Tsuchie
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: