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

Use of AUTH does not result in a SecurityException, but instead nodes create separate clusters with the same name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • 4.0.13
    • 4.0.6
    • None

    Description

      I implemented method org.jgroups.auth.AuthToken#authenticate(AuthToken token, Message msg) in my class and its body contained only one line: return false;
      In this way authentication should be false and I should get SecurityException.
      When I started joining of nodes together to form a cluster, instead of getting SecurityException, nodes formed 2 different clusters with the same name.
      I am sure method was evaluated, since I tried to run it also with breakpoint, which was triggered during joining process.

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            robertcernak Robert Cernak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: