[
https://issues.apache.org/jira/browse/MYFACES-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749201#comment-17749201
]
Melloware commented on MYFACES-4609:
------------------------------------
As discussed on gitHub this would be a significant change not worth the
refactor.
> Web.xml parameters evaluate as EL
> ---------------------------------
>
> Key: MYFACES-4609
> URL: https://issues.apache.org/jira/browse/MYFACES-4609
> Project: MyFaces Core
> Issue Type: New Feature
> Components: General
> Affects Versions: 4.0.1
> Reporter: Melloware
> Priority: Major
>
> Based on the previous discussion that web.xml init parameters should be
> evaluated for EL expressions by default.
> for example:
> {code:java}
> <context-param>
> <param-name>jakarta.faces.FACELETS_REFRESH_PERIOD</param-name>
> <param-value>#{facesContext.application.projectStage eq 'Development' ? 2
> : -1}</param-value>
> </context-param> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)