-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.4.4
-
1
-
Severity 3 - Minor
-
Steps to Reproduce:
- Create LDAP directory with group and sync directory to Confluence
- Add group to space permissions of any space
- Delete group from LDAP and re-sync directory
- Access <confluence_baseURL>/spaces/viewspacesummary.action?key=<spacekey>
Expected Results:
The group should be deleted from the permissions of the space.
Actual Results:
A stack trace is thrown on the page:
Notes:
This seems to be occurring because the rows relevant to the group are not removed from the spacepermissions table when the group is deleted:
- is related to
-
CONFSERVER-29768 NullPointerException when trying to delete a space if space administrator user doesn't exist
- Closed