keith-turner commented on a change in pull request #386: ACCUMULO-4799 removed
redundant auth check
URL: https://github.com/apache/accumulo/pull/386#discussion_r168310848
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/security/SecurityOperation.java
##########
@@ -270,7 +270,7 @@ public Authorizations getUserAuthorizations(TCredentials
credentials) throws Thr
}
public boolean userHasAuthorizations(TCredentials credentials,
List<ByteBuffer> list) throws ThriftSecurityException {
- authenticate(credentials);
+ // Authentication check not done here because this method is always called
in conjunction with canScan that does auth check.
Review comment:
I renamed the method and added javadoc.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services