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

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |enhancement

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
Actually, the change that actually modified the behavior is the fix for bug
66627 (
https://github.com/apache/tomcat/commit/897931b68c89788eeb71398c8e6dfda1d5bae161
).

Obviously the entire thing is not going to be reverted. Basically it is now up
to the caller to decide to call MessageBytes.setString manually as needed, to
avoid repeated conversions that could cause some GC. Since this is annoying
boilerplate code, maybe a new  utility toString method could be introduced
(toStringType ?) and update callers as needed.

-- 
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