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