Skip to content

Commit

Permalink
Don't exit until response has been queued
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Nov 9, 2023
1 parent 916a2e8 commit 114d7a8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,6 @@ public boolean authenticate(final SecurityRequestChannel request) {
if (isDebugEnabled) {
log.debug("Rerequest {} failed", firstChallengingHttpAuthenticator.getClass());
}

log.warn("Authentication finally failed for {} from {}", authCredenetials == null ? null:authCredenetials.getUsername(), remoteAddress);
auditLog.logFailedLogin(authCredenetials == null ? null:authCredenetials.getUsername(), false, null, request);
return false;
}
}

Expand Down

0 comments on commit 114d7a8

Please sign in to comment.