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

--- Comment #2 from Mark Thomas <ma...@apache.org> 2011-06-21 14:32:27 UTC ---
Thanks for the report and the patch.

I've gone through the 7.0.x codebase and changed almost all of the calls to:
   new String(byte[] b, String encoding)
   String.getBytes()
   String.getBytes(String encoding)
to use a Charset. That fix will be in 7.0.17 onwards.

The 7.0.x patch is a lot larger than the patch you propose for 6.0.x. I'm
currently considering what to propose for 6.0.x.

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