Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4259

Add EL Expression type property expansion for system properties in Permission/Grant/name attribute

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Minor
    • None
    • 7.0.0.CR2
    • Security Manager
    • None
    • Documentation (Ref Guide, User Guide, etc.)

    Description

      In a Java Policy file it's possible to do Property Expansion in grants such as:

      java.io.FilePermission "${java.home}${/}-", "read"
      

      We should also support expanding Environment Variables using:

      java.io.FilePermission "${env.JBOSS_HOME}${/}-", "read"
      

      This is already implemented upstream as part of MODULES-236

      Attachments

        Activity

          People

            sguilhen Stefan Guilhen
            rhn-support-jshepher Jason Shepherd
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: