[jboss-jira] [JBoss JIRA] (JGRP-2248) SASL protocol should not pass null callbackhandlers to Factories

Ryan Emerson (JIRA) issues at jboss.org
Tue Jan 30 06:41:00 EST 2018


Ryan Emerson created JGRP-2248:
----------------------------------

             Summary: SASL protocol should not pass null callbackhandlers to Factories
                 Key: JGRP-2248
                 URL: https://issues.jboss.org/browse/JGRP-2248
             Project: JGroups
          Issue Type: Enhancement
            Reporter: Ryan Emerson
            Assignee: Bela Ban


Currently it's possible for the client and server callback handlers to be null when passed to the respective Sasl Factory. When utilising the Elytron Sasl factories this results in an IllegalArgumentException being thrown. To avoid this we should ensure that the callback handlers are non-null when passed to the factory implementations, e.g. pass a NoOpCallbackHandler.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list