DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7191>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7191 Tomcat 4 cannot handle JSP with utf-8 contentType header ------- Additional Comments From [EMAIL PROTECTED] 2002-03-25 01:48 ------- I think the JSP file I am viewing conforms with utf-8 encoding, because I haven't input any non-ascii characters yet. I just have a testing page like this and the problem still exists: <%@ page contentType="text/html; charset=utf-8" language="java" %> <html> <body> Testing. </body> </html> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>