adelel1 opened a new pull request, #6339: URL: https://github.com/apache/artemis/pull/6339
This commit includes the following changes: Separate the handling of federation downstream connect packets into its own handler Add a new config parameter Disambiguate existing Core federation logging Add new logging for each possible outcome when handling these packets Add tests Note that there are differences between 2.19.1 and 2.52.0 in terms how the subject is stored in the remoting connection. In 2.19.1 setAuditSubject is used to store the subject and then only if any logging is enabled, this is in SecurityStoreImpl. In this PR the "is any logging enabled" pre-requisite is removed. In addition in CoreProtocolManager where we check for subject, the AuditSubject is retrieved. This is because it is the one set in SecurityStoreImpl.java. Back-ported from https://github.com/apache/artemis/commit/521e672e4108675806d748158444ce23f9ef76ca#diff-9cdadcad5be024c622b49be16b14823574767924e092385f9cc271d28b5bd02aR169 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
