[ 
https://issues.apache.org/jira/browse/AMQ-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Les Hazlewood updated AMQ-3621:
-------------------------------

    Attachment: AMQ-3621.git.patch

I'm proud to announce that, pending further review, this work is complete 
(patch attached).  This is a substantial security addition to ActiveMQ that I 
hope others find useful!

Test coverage for all additions is at 100% class and 100% method coverage 
(almost 100% line coverage too - just a minor branch that couldn't be hit via 
test mocks).  The plugin has been tested extensively in various network 
environments and Stormpath is using it in production.

To apply the patch, assuming you've cloned 
http://git-wip-us.apache.org/repos/asf/activemq.git:

{code}
git checkout trunk

# create a temporary branch to apply the patch:
git checkout -b apply-AMQ-3162-patch

# ensure no errors are reported (this won't modify source):
git apply --check AMQ-3162.patch

# if no errors, apply to the patch branch:
git am --signoff < AMQ-3162.patch

# merge the patch branch to trunk:
git checkout trunk
git merge apply-AMQ-3162-patch

# push the change back to the ASF git server:
git push
{code}

> Integrate Apache Shiro with ActiveMQ as "security solution"
> -----------------------------------------------------------
>
>                 Key: AMQ-3621
>                 URL: https://issues.apache.org/jira/browse/AMQ-3621
>             Project: ActiveMQ
>          Issue Type: New Feature
>            Reporter: Cservenak, Tamas
>            Assignee: Claus Ibsen
>             Fix For: 5.10.0
>
>         Attachments: AMQ-3621.git.patch
>
>
> Integrate Apache Shiro with ActiveMQ as "security solution".
> This would benefit for ActiveMQ to have support for a vast amount of already 
> existing solution (Realm implementations) that are out there for Shiro.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to