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

--- Comment #4 from Mark Thomas <ma...@apache.org> 2011-06-21 15:10:00 UTC ---
Unfortunately, Tomcat 6 implements Servlet 2.5 and that requires Java 1.5
support. That means we can't use any of the String method that use Charset.

http://halfbottle.blogspot.com/2009/07/charset-continued-i-wrote-about.html
does provide a pure Java 1.5 way of doing this.

With this in mind, I am going to go propose a variation of your patch for 6.0.x
that doesn't use any 1.6 methods. Back-porting the 7.0.x patch is too big a
change. I would rather focus on the known issue 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