[ http://jira.jboss.com/jira/browse/RF-2914?page=comments#action_12416189 ] Indrek Altpere commented on RF-2914: ------------------------------------
I just got the same warning in my application. After reading the glassfish documentation about the warning, it indicates, that setCharacterEncoding MUST be done before acessing any other input data/parameters so that the server/application would correctly read in the international characters (interpret utf8 multy bytes characters as a single character rather than multiple 1 byte characters). So somewhere something is out of order still. I use RF 3.2.1 GA > Error starting RichFaces enabled web application after switch to 3.2.0 release > ------------------------------------------------------------------------------ > > Key: RF-2914 > URL: http://jira.jboss.com/jira/browse/RF-2914 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: jsf 1.2_08, glassfish 9.1 > Reporter: Mareks Malnacs > Assigned To: Nick Belaevski > Priority: Minor > Fix For: Future > > > Complex richfaces application works fine with 3.1.4 release. After update > project libraries to 3.2.0 glassfish displays following message in error log: > PWC4011: Unable to set request character encoding to UTF-8 from context > /proc, because request parameters have already been read, or > ServletRequest.getReader() has already been called > and firefox displays empty page. > If I switch back to 3.1.4 - application works fine. > Any changes in web.xml (or any other web-app configuration file) I am missed > during "upgrade" ? > Thanks, > Mareks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ richfaces-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/richfaces-issues
