You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes users can see no bundles, when starting a new survey, although the rights exist. It is then required to delete the cache manually or to toggle a reload by changing the acl entry table.
It would be better to disable the caching mechanism entirely to achieve a stable and reliable application behavior.
The text was updated successfully, but these errors were encountered:
Implemented custom NoOpAclCache to disable caching mechanism. The new Cache always returns null and saves no entry, therefore causing Spring to always request the newest information
ACL caching currently does not work reliably.
Sometimes users can see no bundles, when starting a new survey, although the rights exist. It is then required to delete the cache manually or to toggle a reload by changing the acl entry table.
It would be better to disable the caching mechanism entirely to achieve a stable and reliable application behavior.
The text was updated successfully, but these errors were encountered: