Skip to content

Commit

Permalink
ref #175
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Oct 28, 2021
1 parent c0994d8 commit d40cd6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected ServerInterceptor performBuild() throws Exception {
@Override
public int vote(Authentication authentication, MethodInvocation method, Collection<ConfigAttribute> attributes) {
// first time invoked without arguments
return null==method.getArguments() ? ACCESS_GRANTED: super.vote(authentication, method, attributes);
return null==method.getArguments() ? ACCESS_ABSTAIN: super.vote(authentication, method, attributes);
}
}

Expand Down

0 comments on commit d40cd6c

Please sign in to comment.