Details
-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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
- clones
-
UNDERTOW-1477 Consider reusing StringBuilders in URLDecodingHandler
-
- Resolved
-
- is incorporated by
-
JBEAP-15869 (7.2.z) Upgrade Undertow from 2.0.15 to 2.0.19
-
- Closed
-