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

      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.

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

            Moving verified issues to closed.

            Michaela Osmerova added a comment - Moving verified issues to closed.

            Verified with EAP 7.2.1.CP.CR1.

            Daniel Cihak added a comment - Verified with EAP 7.2.1.CP.CR1.

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

                Created:
                Updated:
                Resolved: