{
HashMap<String,Object> cmap = new HashMap<String,Object>();
WebResource wr = new WebResource(cmap);
wr.setServletRequest(new TestHttpServletRequest(p,"test", "get"));
AuthorizationManager am = new JBossAuthorizationManager("other");
am.authorize(wr);//This should just pass as the default module PERMITS all
}
private RoleGroup getRoleGroup()
{
RoleGroup rg = new SimpleRoleGroup(SecurityConstants.ROLES_IDENTIFIER);