-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR4
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
- clones
-
SECURITY-811 NullPointerException in DeploymentRoleToRolesMappingProvider
- Resolved
- is cloned by
-
JBEAP-4216 [GSS](7.0.z) NullPointerException in DeploymentRoleToRolesMappingProvider
- Verified
- is incorporated by
-
JBEAP-5344 (7.1.0) Upgrade PicketBox from 4.9.6.Final to 4.9.7.Final
- Verified
-
JBEAP-5919 (7.1.0) Upgrade picketbox from 5.0.0.Alpha3 to 5.0.0.Beta1
- Closed