https://issues.apache.org/bugzilla/show_bug.cgi?id=52328

--- Comment #1 from Nikolay Diakov <diak...@gmail.com> 2011-12-14 15:24:50 UTC 
---
Some more information why we did what we did to work around this, and possibly
hint how this can be resolved inside Tomcat: the documentation at 
http://docs.oracle.com/javase/6/docs/api/java/io/OutputStreamWriter.html
states there to wrap in a buffered writer in order to "to avoid frequent
converter invocations", which have a cost. In this case, the observed garbage.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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