Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4609

Web.xml parameters evaluate as EL

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 4.0.1
    • None
    • General
    • None

    Description

      Based on the previous discussion that web.xml init parameters should be evaluated for EL expressions by default.

      for example:

      <context-param>
         <param-name>jakarta.faces.FACELETS_REFRESH_PERIOD</param-name>
         <param-value>#{facesContext.application.projectStage eq 'Development' ? 2 : -1}</param-value>
      </context-param> 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              melloware Melloware
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: