https://bz.apache.org/bugzilla/show_bug.cgi?id=68558

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Are you sure about the request parameters being parsed multiple times? They
should only be parsed once per request.

Is org.apache.tomcat.util.buf.StringCache not caching the Strings or is just
that local caching has much lower latency (which wouldn't surprise me)?

Caching the String in ByteChunk.toString() is an option. I did look at that
when I last worked on this code but it raises all sorts of complications around
cache invalidation as the byte array is directly accessible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to