Yep just have 2 security-constraint in the web.xml one with:
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
the other with something like:
| <auth-constraint>
| <role-name>manager</role-name>
| </auth-constraint>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239624#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...