Hi, I had the same issue and I found the problem. When security system is checking this
GrantedPermission(n : name -> (n == check.getName()), a : action -> (a | == check.getAction())) only the first argument (n == check.getName()) is verified. best regards emerson fabiano View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044821#4044821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044821 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
