Thursday, March 7, 2024
1 change · 17.0
Resolved issues and error corrections
This update adds a test to verify that restricted editor content is properly cached separately from public user content. This ensures a previous security fix preventing accidental sharing of restricted editor cache with public users remains effective and doesn't regress in future updates.
Original PR description
This commit is a follow-up on [1] which fixed the caching of restricted editor which was accidentally shared with public users. It introduces a test that verifies that this fix is not lost. [1]: https://github.com/odoo/odoo/commit/821888023db462d522c5d6de84fcab80a81c2713 task-3482439 Forward-Port-Of: odoo/odoo#156479