Hello guys, I am having problems with content type using JSP and Jetty. In the result, I want to get a page in Cp1251. Currently, in my JSPs I write only: <%@ page language="java" contentType="text/html"%>
And it worked fine with Jetty 4.0.4. But now with 4.2.4rc0 the content is the same but my browser switches to ISO-8859-1 after each request. Changing JSPs to <%@ page language="java" contentType="text/html;charset=Cp1251"%> fixes browser switching but now I have to modify all the other stuff that I wouldn't like to do. I haven't changed default Jetty configuration. Could someone, please, hint something? Thanks, alex ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
