This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-d5c27166-cb59-44f2-85b6-7bcd483df2da XWIKI-23939 Open

Implement properly AuthorizationManager#unregister so that it doesn't mess the right cache

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1ce32a85-2e61-40e9-a865-9a1c633673d3 Simon Urli created this issue on 22/Jan/26 15:50
 
Summary: Implement properly AuthorizationManager#unregister so that it doesn't mess the right cache
Issue Type: cid:jira-generated-image-avatar-d5c27166-cb59-44f2-85b6-7bcd483df2da Improvement
Affects Versions: 17.10.2
Assignee: Unassigned
Components: Security
Created: 22/Jan/26 15:50
Priority: cid:jira-generated-image-static-major-9009911a-7bb6-4391-b9d1-4b8b8e06734a Major
Reporter: Simon Urli
Description:

The API AuthorizationManager#unregister used to mess up the cache rights leading to have to restart the wiki in case of some extensions upgrade.
Its implementation has been temporarily removed as part of XWIKI-21012, it should be put back with a proper resolution.