Clean up the viewId calculation algorithm
-----------------------------------------
Key: MYFACES-2489
URL: https://issues.apache.org/jira/browse/MYFACES-2489
Project: MyFaces Core
Issue Type: Task
Components: JSR-314
Affects Versions: 2.0.0-alpha-2
Reporter: Jakob Korherr
The whole viewId calculation process is a big mess. There is
DefaultRestoreViewSupport with calculateViewId and deriveViewId and there is
DefaultViewHandlerSupport with calculateViewId and calculateAndCheckViewId.
Furthermore each viewId gets calculated twice (e.g. first from test.jsf to
test.xhtml and then from test.xhtml to test.xhtml, which is not necessary).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.