-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
The ACL docs say:
You’ll also need to populate the database with the four ACL-specific tables listed in the last section (refer to the ACL samples for the appropriate SQL statements).
The samples are described in the previous section of the docs as:
Two samples ship with Spring Security that demonstrate the ACL module. The first is the Contacts Sample, and the other is the Document Management System (DMS) Sample.
But neither of those samples exists in the spring-security-samples repo, and none of the existing samples seem to refer to the ACL tables.
EDIT: Originally I thought this meant the schemas were undocumented, but I see they're documented in an appendix. The main part of the docs should probably point to the appendix instead of the samples.