Default ValidatorFactory is not stored on application map
---------------------------------------------------------
Key: MYFACES-3416
URL: https://issues.apache.org/jira/browse/MYFACES-3416
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
There is a typo bug that prevents the default ValidatorFactory to be stored on
application map.
Additionally, FacesMessageInterpolator uses an strategy that is not the best
for performance reasons, because there is a FacesContext.getCurrentInstance()
call inside interpolate() method. According to some tests done it is better to
create an object and store FacesContext instance there to use it later.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira