Leonardo Uribe created MYFACES-3715:
---------------------------------------
Summary: Remove unnecessary parameters or features from earlier
versions in MyFaces 2.2
Key: MYFACES-3715
URL: https://issues.apache.org/jira/browse/MYFACES-3715
Project: MyFaces Core
Issue Type: Task
Components: JSR-344
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
Priority: Blocker
Before any release, it is necessary to remove unnecessary parameters or
features from earlier versions
One example is org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS web config
param. It was added in 2.0.x/2.1.x to deal with StateManager implementations
that relies on previous behavior, but in 2.2.x, we should unify that part (ri
behavior).
Other example is org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE web config
param. With the standard javascript api (jsf.js), this behavior was included in
the javascript file by default. The param was included only for backward
compatibility with previous versions (JSF 1.2).
There are other examples of config params like org.apache.myfaces.PRETTY_HTML
that are only things left from 1.1.x versions.
It is necessary to do this part before any official release.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira