Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1274

CLI resolve-parameter-values set to true does not recognise vaulted strings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 2.0.5.Final
    • CLI
    • None

    Description

      When enabling

      <resolve-parameter-values>true</resolve-parameter-values>

      in "bin\jboss-cli.xml"

      vaulted string will get misinterpreted.

      Example, if a command has "${VAULT::tom::tom::1}" then
      the parser sees this as ${name:defaultValue} with

      name="VAULT"
      defaultValue=":tom::tom::1"

      Escaping the $ sign in various ways did not help. The only way is to switch <resolve-parameter-values> back to false.

      Ideally, the parser should recognize vaulted string and pass then in unchanged.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-lgao Lin Gao
              rhn-engineering-lgao Lin Gao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: