[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 5.1 encoding problem

Wolfgang Knauf do-not-reply at jboss.com
Thu Jul 9 06:21:12 EDT 2009


Hi Yves,

please check the following: 
-is the "pageEncoding" attribute of the "@page" directive of your errorpage set and matches the "real" file encoding?
-is the "contentType" attribute of the "@page" directive of your errorpage set and matches the target HTML content type?

  | <%@page language="java"
  | 	contentType="text/html; charset=windows-1252" 
  | 	pageEncoding="windows-1252"%>
  | 
-does the "Content-Type" of meta tag match all those encodings?

  |  <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
  | 

If all those are valid and there is no encoding changed in some server config, then the errorpage should work.

Best regards

Wolfgang

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242576#4242576

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242576



More information about the jboss-user mailing list