[
https://issues.apache.org/jira/browse/MYFACES-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved MYFACES-3065.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.5-SNAPSHOT
> checkedViewIdCacheEnabled should only be FALSE in ProjectStage#Development
> --------------------------------------------------------------------------
>
> Key: MYFACES-3065
> URL: https://issues.apache.org/jira/browse/MYFACES-3065
> Project: MyFaces Core
> Issue Type: Bug
> Components: General
> Affects Versions: 2.0.4
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 2.0.5-SNAPSHOT
>
>
> currently our DefaultWindowHandlerSupport contains the following lines:
> if (!context.isProjectStage(ProjectStage.Production))
> {
> return _checkedViewIdCacheEnabled = Boolean.FALSE;
> }
> Imo it should be exactly the other way around. It should _only_ override any
> manual settings in ProjectStage.Development and evaluate the servlet params
> in any other case.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira