You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by umesh9794 <gi...@git.apache.org> on 2017/09/22 10:05:38 UTC

[GitHub] kafka pull request #3946: KAFKA-5802 : ScramServerCallbackHandler#handle sho...

GitHub user umesh9794 opened a pull request:

    https://github.com/apache/kafka/pull/3946

    KAFKA-5802 : ScramServerCallbackHandler#handle should check username not being null before calling credentialCache.get()

    Pretty trivial and tested with `gradle clean client:test`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/umesh9794/kafka KAFKA-5802

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3946.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3946
    
----
commit 11f4610ac7f908b400415454632b20914fc15f5f
Author: umesh chaudhary <um...@gmail.com>
Date:   2017-09-22T10:03:14Z

    KAFKA-5802

----


---