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

      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.

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

              Created:
              Updated:
              Resolved: