Re: Artemis Rest Interface JAAS

2018-10-29 Thread shumin
What I described in my previous post are securing all URLs via web.xml. I am using a Servlet filter to enforce basic authentication using the same security realm as the Artemis server. The issue is that the security credential from war is not carried over to Artemis server as the server has it ow

Artemis Rest Interface JAAS

2018-10-29 Thread shumin
I followed http://activemq.2283324.n4.nabble.com/Artemis-and-RESTeasy-jar-files-td4736865.html to add a war to Artemis server to enable Rest Interface. The war is configured to use vm://0 as the default. The idea is to allow clients to post messages via REST. I am having trouble once the securit