samized opened a new issue, #2213: URL: https://github.com/apache/activemq/issues/2213
Between Version 6.2.5 and 6.2.6/6.2.7 there are some undocumented changes in the default access settings on the webconsole. **Reproduce:** ``` docker run --rm -p 61616:61616 -p 8161:8161 apache/activemq:6.2.5 ``` Browse http://localhost:8161/ and Login with "admin/***" -> everythings works fine ``` docker run --rm -p 61616:61616 -p 8161:8161 apache/activemq:6.2.7 ``` Browse http://localhost:8161/ and getting **403 Forbidden** -> not as expected -- 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] For further information, visit: https://activemq.apache.org/contact
