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

default-policy attribute value of Elytron policy resource is reverted to original value after reload

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.ER3
    • 7.1.0.ER1
    • Security
    • None
    • User Experience
    • Hide
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:add(jacc-policy=[{name=jacc}]
      {
          "outcome" => "success",
          "response-headers" => {
              "operation-requires-reload" => true,
          }
      }
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name=default-policy)
      {
          "outcome" => "success",
          "result" => "jacc",
          "response-headers" => {"process-state" => "reload-required"}
      }
      [standalone@localhost:9990 /] reload
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name=default-policy)
      {
          "outcome" => "success",
          "result" => "policy"
      }
      
      Show
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:add(jacc-policy=[{name=jacc}] { "outcome" => "success" , "response-headers" => { "operation-requires-reload" => true , } } [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name= default -policy) { "outcome" => "success" , "result" => "jacc" , "response-headers" => { "process-state" => "reload-required" } } [standalone@localhost:9990 /] reload [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name= default -policy) { "outcome" => "success" , "result" => "policy" }

    Description

      When setting default-policy attribute to a new value, it reverts back to default value 'policy' after reload is performed on server.

      Attachments

        Issue Links

          Activity

            People

              fjuma1@redhat.com Farah Juma
              jkasik@redhat.com Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: