-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
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.
- is cloned by
-
JBEAP-16440 (7.2.z) [UNDERTOW-1477] Consider reusing StringBuilders in URLDecodingHandler
- Closed