-
Bug
-
Resolution: Done
-
Minor
-
JBossSecurity_2.0.8.Final
-
None
DeploymentRoleToRolesMappingProvider.java
RoleGroup assignedRoles = (SimpleRoleGroup)contextMap.get(SecurityConstants.ROLES_IDENTIFIER);
for (Role r: assignedRoles.getRoles()) {
A null value of assignedRoles causes NullPointerException on server if user have not input username / passoword yet
- is cloned by
-
JBEAP-5346 (7.1.0) NullPointerException in DeploymentRoleToRolesMappingProvider
- Verified
- is incorporated by
-
JBPAPP-11099 Upgrade Jboss Security to 2.0.9
- Closed
- is related to
-
JBPAPP-10875 Backport Role Mapping Module for EAP5
- Resolved