You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2013/12/21 21:20:09 UTC

[jira] [Resolved] (MYFACES-3822) General cleanup and remove unused web config params

     [ https://issues.apache.org/jira/browse/MYFACES-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3822.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0

> General cleanup and remove unused web config params
> ---------------------------------------------------
>
>                 Key: MYFACES-3822
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3822
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-344
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.2.0
>
>
> This issue includes:
> - Remove unused classes
> - Refactor and remove duplicate code
> - Move utility code from impl to shared
> This issue also includes remove unused params like:
> org.apache.myfaces.PRETTY_HTML  
> Reason : never worked well, modern browsers has support for debugging, makes rendering slow.
> org.apache.myfaces.ALLOW_JAVASCRIPT
> Reason: JSF 2  and upper versions require javascript. Now it is no longer optional, it is mandatory for JSF applications.
> org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE
> Reason: JSF 2  and upper versions require javascript. Now it is no longer optional, it is mandatory for JSF applications. Inline rendering is no longer required.
> org.apache.myfaces.VIEWSTATE_JAVASCRIPT
> Reason: Never worked.
> org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS
> Reason: Fix for MyFaces 1.2 state saving style in 2.0/2.1 . No need to support it anymore
> org.apache.myfaces.SAVE_STATE_WITH_VISIT_TREE_ON_PSS
> Reason: JSF 2.2 specify state saving should use visit tree call. No need to make it optional.
> org.apache.myfaces.ERROR_HANDLER
> Reason: deprecated by JSF 2.0 ExceptionHandler



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)