Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2413

ACL - error handling/bounds checking

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.5, 0.6
    • 0.7
    • C++ Broker
    • None

    Description

      The c++ broker accepts illegal values for the following ACL properties maxqueuesize, maxqueuecount, policytype,
      Only valid ACL rules should be accepted and an exception should thrown at startup time.

      At the moment the broker throws an exception at the point when the ACL rule with illegal values is triggered.

      Steps to Reproduce:
      #set ACL rules vith invalid values
      acl allow tester@QPID all queue maxqueuesize=18446744073709551617
      acl allow tester@QPID all queue maxqueuesize=-1
      acl allow tester@QPID all queue policytype=invalid_policy_type

      Attachments

        Activity

          People

            rajith Rajith Muditha Attapattu
            rajith Rajith Muditha Attapattu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: