https://issues.apache.org/bugzilla/show_bug.cgi?id=51400
--- Comment #21 from Konstantin Preißer <prei...@web.de> 2011-06-27 16:06:52 UTC --- Created attachment 27213 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27213 Small patch to update C2BConverter Hi Mark, (In reply to comment #19) > My bad. I mis-read the patch (too much time working with Eclipse where the > old > and new versions are the other way around). Your patch is fine. > Yep - I missed that too. I'll add that shortly. Thanks! Well, I don't mean to be annoying or something, but.. It seems that you forgot to convert the aliases to lower-case before adding them to the Map, which also would cause "utf8" not to work. ;-) May I suggest to also update o.a.tomcat.util.buf.C2BConverter to use a Charset (because it seems this is used when calling HttpServletResponse.getWriter())? Please see attached (small) patch. -- 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