Michael Heinen created MYFACES-3540: ---------------------------------------
Summary: org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS = false results in client side state saving Key: MYFACES-3540 URL: https://issues.apache.org/jira/browse/MYFACES-3540 Project: MyFaces Core Issue Type: Bug Components: General Affects Versions: 2.1.7 Environment: Richfaces 4.2.1 Final, Tomahawk20_1.1.12, Tomcat 6.0.35 Reporter: Michael Heinen Setting the parameter org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS to false results in a blown up view state on client side. The content of javax.faces.ViewState is > 10 times larger. Comparison: HANDLE_STATE_CACHING_MECHANICS = true Request content length: 2369 bytes Response content length: 1849 bytes Same operation with HANDLE_STATE_CACHING_MECHANICS = false Request content length: 28095 bytes Response content length: 25783 bytes There seems to be something wrong with the state saving. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira