Re: Support multiple page encoding with JSP

2002-11-04 Thread Scott Farquhar
See this bug for more information: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5715 You can use a servlet filter, so long as you are willing to be a bit flexible. Cheers, Scott Liu, Xiaoyan wrote: Hi, I have seen this question asked on this list before, but didn't see a good answer o

Setting Content Type in Servlet Filter fails

2002-11-02 Thread Scott Farquhar
Guys, Currently, when a JSP is compiled to java code, it includes a line such as: response.setContentType("text/html;charset=ISO-8859-1"); However, this seems to preclude setting the content type in a servlet filter, as anything that is set in the filter is over-ridden by the JSP. Eg, with