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

Server fails to start after submitting invalid security attributes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 7.2.0.CD12
    • 7.1.0.CR1
    • Remoting
    • None
    • Hide

      1. Create new http connector in remoting subsystem:

      /subsystem=remoting/http-connector=random:add(connector-ref=default)
      

      2. Enable SASL security in newly created http connector:

      /subsystem=remoting/http-connector=random/security=sasl:add()
      

      3. Write invalid value to the qop attribute:

      /subsystem=remoting/http-connector=random/security=sasl:write-attribute(name=qop,value=[aaa])
      

      4. Reload server

      reload
      
      Show
      1. Create new http connector in remoting subsystem: /subsystem=remoting/http-connector=random:add(connector-ref=default) 2. Enable SASL security in newly created http connector: /subsystem=remoting/http-connector=random/security=sasl:add() 3. Write invalid value to the qop attribute: /subsystem=remoting/http-connector=random/security=sasl:write-attribute(name=qop,value=[aaa]) 4. Reload server reload

      Server fails to start after submitting invalid security attributes values for remoting http connector (e.g QOP, strength)

      Only fix for the configuration is to manually change the XML file directly

            mstefank Martin Stefanko
            rhn-engineering-spriadka Simon Priadka (Inactive)
            Richard Janik Richard Janik
            Richard Janik Richard Janik
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: