Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1852

SASL challenge-response cycle does not process challenges

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.4.5, 3.5
    • 3.5
    • None

      The SASL challenge-response cycle between a client peer and a server peer should look like this:

      • client sends (possibly empty) response
      • server evaluates response and sends challenge
      • client evaluates challenge and returns response
        and so on until the cycle ends.

      The client sends responses in SASL headers marked Type.RESPONSE.; the server sends challenges in SASL headers marked Type.CHALLENGE.

      Due to a typo, all headers are marked as Type.RESPONSE, so that CHALLENGE messages were not being processed. The test case passes none the less!

              ttarrant@redhat.com Tristan Tarrant
              rachmato@redhat.com Richard Achmatowicz
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: