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

Incoming connection using "cut-through" ANONYMOUS SASL fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • qpid-cpp-0.34
    • qpid-cpp-1.35.0
    • C++ Broker
    • None

    Description

      When connecting an AMQP 1.0 connection to the broker using SASL ANONYMOUS, the following exchange occurs:

        Client            Broker
              init(SASL) ->
              sasl.init (ANON) ->
              init(AMQP) ->
              open ->
           <- init(SASL)
           <- sasl.mechanisms
           <- sasl.outcome(OK)
           socket closed by broker after timeout
      

      It appears the the broker doesn't process the open frame.

      Attachments

        Activity

          People

            gsim Gordon Sim
            tross Ted Ross
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: