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

Missing failure description for incorrect module in Elytron dir-context

XMLWordPrintable

      In case when module attribute from Elytron dir-context includes module which does not exist, then insufficient failure description is provided - it only prints name of given module. It should rather inform that given module does not exist.

      See:

      /subsystem=elytron/dir-context=someDirContext:add(url=localhost,module=wrong.module)
      {
          "outcome" => "failed",
          "failure-description" => "wrong.module",
          "rolled-back" => true
      }
      

            ehugonne1@redhat.com Emmanuel Hugonnet
            olukas Ondrej Lukas (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: