Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-16440

(7.2.z) [UNDERTOW-1477] Consider reusing StringBuilders in URLDecodingHandler

    XMLWordPrintable

Details

    Description

      In the most common case URLs do not include any values which must be decoded. The most expensive portion of URLDecodingHandler in this case is creating a new StringBuilder. Given relatively few IOThreads, we may want to consider using a ThreadLocal to reuse StringBuilders when invoked form an IO thread.

      Attachments

        Issue Links

          Activity

            People

              spyrkob Bartosz Spyrko-Smietanko
              spyrkob Bartosz Spyrko-Smietanko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: