AdvisoryBroker does not set up SecurityContext so advisory message not sent on
startup
--------------------------------------------------------------------------------------
Key: AMQ-2288
URL: https://issues.apache.org/activemq/browse/AMQ-2288
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.2.0
Reporter: Dave Syer
Priority: Minor
AdvisoryBroker does not set up SecurityContext so advisory message not sent on
startup. The AdvisoryBroker has a nowMasterBroker() method that sends an
advisory message without a SecurityContext. If the authorization plugin is
being used, then it fails because the user is not authenticated. It looks to
me like the fix would be to add a line to that method:
{code}
context.setSecurityContext(SecurityContext.BROKER_SECURITY_CONTEXT);
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.