CharacterEncoding for the response with MyFaces
-----------------------------------------------
Key: COCOON-2051
URL: https://issues.apache.org/jira/browse/COCOON-2051
Project: Cocoon
Issue Type: Bug
Components: Blocks: (Undefined)
Affects Versions: 2.1.10
Reporter: Markus Wolf
Priority: Critical
MyFaces is getting the response encoding from the HttpServletResponse object
during creation of the ResponseWriter.
If this is not set, then the default encoding is choosen which sets the
encoding to iso-8859-1.
If one wants to have his pages utf-8 encoded or any other encoding this won't
work, because cocoon does not set the encoding from the serializer to the
ResponseWriter from Faces. Therefore one gets wrong encoded pages, because in
the meta infos of the html header is cocoons encoding and in the http headers
is MyFaces encoding...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.