GitHub user sriramch opened a pull request:
https://github.com/apache/zookeeper/pull/418
[zookeeper-2937] disallow client requests without completing
authentication...
- https://issues.apache.org/jira/browse/ZOOKEEPER-2937
- do not process data packets, if authentication via providers that
*requires* authentication aren't completed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sriramch/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/418.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 #418
----
commit ed6986b83eea71e280976df78b13c44088915efa
Author: Sriram Chandramouli <[email protected]>
Date: 2017-11-15T21:25:29Z
[zookeeper-2937]
- https://issues.apache.org/jira/browse/ZOOKEEPER-2937
- do not process data packets, if authentication via providers that
*requires* authentication aren't completed
commit 2e2e4b5b4a57212da70e004c402711412b1d6f07
Author: Sriram Chandramouli <[email protected]>
Date: 2017-11-16T02:54:29Z
- do the auth checks only once after connection establishment before
processing data packets
commit 74271caa44484b06b435e39cd5e22362bb2c73cf
Author: Sriram Chandramouli <[email protected]>
Date: 2017-11-16T02:57:42Z
Merge branch 'master' of https://github.com/apache/zookeeper
----
---