From b940afe1e2413811dabe53903387ce38295fea3d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 17 Mar 2009 00:26:37 +0000 Subject: [PATCH] SEC-1089: Fix ACLs link in appendix and update title of domain object security chpter to include "ACLs" --- src/docbkx/appendix-db-schema.xml | 2 +- src/docbkx/domain-acls.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/appendix-db-schema.xml b/src/docbkx/appendix-db-schema.xml index 148511c1a8..0335b0a197 100644 --- a/src/docbkx/appendix-db-schema.xml +++ b/src/docbkx/appendix-db-schema.xml @@ -79,7 +79,7 @@ create table persistent_logins (
ACL Schema - The tables used by the Spring Security ACL implementation. + The tables used by the Spring Security ACL implementation. create table acl_sid ( id bigint generated by default as identity(start with 100) not null primary key, diff --git a/src/docbkx/domain-acls.xml b/src/docbkx/domain-acls.xml index 4a0eaba3a2..5805e75814 100644 --- a/src/docbkx/domain-acls.xml +++ b/src/docbkx/domain-acls.xml @@ -1,6 +1,6 @@ - Domain Object Security + Domain Object Security (ACLs)