jbertram commented on code in PR #4408:
URL: https://github.com/apache/activemq-artemis/pull/4408#discussion_r1145301135
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/security/impl/SecurityStoreImpl.java:
##########
@@ -380,7 +380,7 @@ private void authenticationFailed(String user,
RemotingConnection connection) th
ActiveMQServerLogger.LOGGER.securityProblemWhileAuthenticating(e.getMessage());
if (AuditLogger.isResourceLoggingEnabled()) {
- AuditLogger.userFailedAuthenticationInAudit(null, e.getMessage());
+ AuditLogger.userFailedAuthenticationInAudit(null, e.getMessage(),
connection.getID().toString());
Review Comment:
That's a fair question, but it's not really germane to this PR since it
hasn't been changed. I recommend you follow-up on the ActiveMQ users list about
this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]