[
https://issues.apache.org/jira/browse/MYFACES-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3977.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.8
Assignee: Leonardo Uribe
The logic is in place, so 2.2.7 is using client side state saving, but the
annotation used for the property does not have the flag set. It is an error in
the log. Thanks for report it.
> 12.1.3 add this text to the javax.faces.STATE_SAVING_METHOD spec. When
> examining the value, the runtime must ignore the case.
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: MYFACES-3977
> URL: https://issues.apache.org/jira/browse/MYFACES-3977
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-344
> Affects Versions: 2.2.7
> Reporter: Anup
> Assignee: Leonardo Uribe
> Priority: Minor
> Fix For: 2.2.8
>
>
> the spec states 12.1.3 add this text to the javax.faces.STATE_SAVING_METHOD
> spec. When examining the value, the runtime must ignore the case.
> When I try to test this using "ClienT" as the value, I see this error message:
> WebConfigPara W Wrong value in context init parameter
> 'javax.faces.STATE_SAVING_METHOD' (='ClienT'), using default value 'server'
> Although it uses the client correctly. I think we just need to convert the
> string to lower-case and report it accurately when logging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)