Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-100

jboss-admin.sh accepts crazy values for :add-proxy()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 8.0.0.Alpha4
    • None
    • Clustering
    • None

    Description

      I am allowed to use all of these kinds of syntax with :add-proxy():

      [domain@localhost:9999 subsystem=modcluster] :add-proxy(host=abc.com,port=123)
      {
      "outcome" => "success",
      "result" => {
      "domain-results" =>

      {"step-1" => undefined},
      "server-operations" => [{
      "servers" => [],
      "operation" => {
      "address" => [("subsystem" => "modcluster")],
      "operation" => "add-proxy",
      "port" => 123,
      "host" => "abc.com",
      "operation-headers" => {"execute-for-coordinator" => true}
      }
      }]
      }
      }
      [domain@localhost:9999 subsystem=modcluster] :add-proxy(host=def.com)
      {
      "outcome" => "success",
      "result" => {
      "domain-results" => {"step-1" => undefined}

      ,
      "server-operations" => [{
      "servers" => [],
      "operation" => {
      "address" => [("subsystem" => "modcluster")],
      "operation" => "add-proxy",
      "host" => "def.com",
      "operation-headers" =>

      {"execute-for-coordinator" => true}
      }
      }]
      }
      }
      [domain@localhost:9999 subsystem=modcluster] :add-proxy(port=999)
      {
      "outcome" => "success",
      "result" => {
      "domain-results" => {"step-1" => undefined},
      "server-operations" => [{
      "servers" => [],
      "operation" => {
      "address" => [("subsystem" => "modcluster")],
      "operation" => "add-proxy",
      "port" => 999,
      "operation-headers" => {"execute-for-coordinator" => true}

      }
      }]
      }
      }

      I think only the first one should be valid.

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            mistysj Misty Stanley-Jones (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: