Skip to content

Commit

Permalink
[Broker] Only store authentication data after authentication is compl…
Browse files Browse the repository at this point in the history
…ete (apache#12077)
  • Loading branch information
michaeljmarshall authored Jan 18, 2022
1 parent ae625ef commit fbec699
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ protected void handleConnect(CommandConnect connect) {
}

authState = authenticationProvider.newAuthState(clientData, remoteAddress, sslSession);
authenticationData = authState.getAuthDataSource();

if (log.isDebugEnabled()) {
log.debug("[{}] Authenticate role : {}", remoteAddress,
Expand Down

0 comments on commit fbec699

Please sign in to comment.