Servlet API 2.3 setCharacterEncoding
843842Oct 4 2008 — edited Oct 5 2008I have been usign setCharacterEncoding method for setting the character encoding of the response. This method is available since 2.4 but for tomcat I now need a alternative way of doing this.
I know oracle provide the following method alternate to setCharacterEncoding in 2.3, but don't want to use that because I need to have support for tomcat 4 etc.
oracle.jsp.util.PublicUtil.setReqCharacterEncoding()
So, is there any alternative way of doing this using api server 2.3?
Thanks.