You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2016/07/25 13:56:20 UTC

[jira] [Created] (TOMEE-1885) Improve MyFaces default properties

Thomas Andraschko created TOMEE-1885:
----------------------------------------

             Summary: Improve MyFaces default properties
                 Key: TOMEE-1885
                 URL: https://issues.apache.org/jira/browse/TOMEE-1885
             Project: TomEE
          Issue Type: Improvement
          Components: TomEE Core Server
    Affects Versions: 7.0.1
            Reporter: Thomas Andraschko
            Priority: Minor


Currently:
https://github.com/apache/tomee/commit/1cf6e8058c44156ba3a38ea6c519eecbacb11060#diff-55f375134c96bb7da94df0572a3c0674R267

We should definitely set:
org.apache.myfaces.EL_RESOLVER_COMPARATOR 
to
org.apache.myfaces.el.unified.OpenWebBeansELResolverComparator

We could also set the following, if we are sure that no JSP are used in the webapplication (not sure if this is possible in TomEE core):
org.apache.myfaces.SUPPORT_JSP_AND_FACES_EL
to 
false

and 

org.apache.myfaces.EXPRESSION_FACTORY
to
org.apache.el.ExpressionFactoryImpl




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)