Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable ACL caching #68

Closed
ywarnecke opened this issue Jul 11, 2024 · 2 comments · Fixed by #69
Closed

Disable ACL caching #68

ywarnecke opened this issue Jul 11, 2024 · 2 comments · Fixed by #69
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ywarnecke
Copy link
Member

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.

@ywarnecke ywarnecke added bug Something isn't working in progress For issues that are currently being worked on labels Jul 11, 2024
@ywarnecke ywarnecke self-assigned this Jul 11, 2024
@ywarnecke ywarnecke added this to the MoPat v3.2 milestone Jul 11, 2024
@ywarnecke ywarnecke removed the in progress For issues that are currently being worked on label Jul 11, 2024
@ywarnecke
Copy link
Member Author

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

@ywarnecke ywarnecke linked a pull request Aug 26, 2024 that will close this issue
@ywarnecke
Copy link
Member Author

Merged with #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant