Please could you take a look at this document. ACLS Document
In the points that describe the four (4) tables used in the default implementation of the ACL Module, you did not provided any point for the ACL_OBJECT_IDENTITY table, even though it appear in the explanations. However, there seem to be a repeated explanation for the ACL_CLASS table.
Comment From: sjohnr
Thanks for reaching out, @Wilson-Emmanuel!
It looks as though an editing pass was made but the merge to the main branch had an errant conflict resolved that resulted in removing the ACL_OBJECT_IDENTITY point and duplicating the ACL_CLASS point. The duplicated (second) ACL_CLASS point looks as though it does not contain the edits.
I think the second ACL_CLASS point can be removed and the ACL_OBJECT_IDENTITY from 5.8.x could be restored in main (perhaps with an edit or two for consistency with the other points).
https://github.com/spring-projects/spring-security/blame/413c47311e88cb0038276038ff259f36e444538d/docs/modules/ROOT/pages/servlet/authorization/acls.adoc#L70-L72
Would you be interested in submitting a PR?
Comment From: Wilson-Emmanuel
Thank you for the explanations. I have submitted a PR with the correction.
Comment From: Wilson-Emmanuel
I have created a PR for this update but have not received any review. @sjohnr Please could look into it? Here is the PR : Wilson-Emmanuel:fixed-error-acls-doc
Comment From: sjohnr
Hi @Wilson-Emmanuel. Apologies, I was traveling last week and have been quite busy the last few weeks. This is on my list today!