HtmlResponseStateManager always serialize state on writeViewStateField
----------------------------------------------------------------------
Key: MYFACES-2237
URL: https://issues.apache.org/jira/browse/MYFACES-2237
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 1.2.6
Reporter: Hampus Wingren
Hi,
I'm looking into performance issues regarding CPU consumption in our
faces-portlet app. I'm trying to avoid serialization of the view and state with
the web.xml params org.apache.myfaces.COMPRESS_STATE_IN_SESSION,
org.apache.myfaces.SERIALIZE_STATE_IN_SESSION and
org.apache.myfaces.USE_ENCRYPTION.
These params works fine except for HtmlResponseStateManager.writeViewStateField
which always serializes the savedState, ignoring the
org.apache.myfaces.SERIALIZE_STATE_IN_SESSION param.
Is this intentional or is this a bug?
Regards,
Hampus
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.