1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1089: Fix ACLs link in appendix and update title of domain object security chpter to include "ACLs"

This commit is contained in:
Luke Taylor
2009-03-17 00:26:37 +00:00
parent 744ed17f84
commit b940afe1e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ create table persistent_logins (
<section>
<title>ACL Schema</title>
<para>
The tables used by the Spring Security <link xlink:href="domain-acls">ACL</link> implementation.
The tables used by the Spring Security <link xlink:href="#domain-acls">ACL</link> implementation.
<programlisting xml:id="dbschema-acl">
create table acl_sid (
id bigint generated by default as identity(start with 100) not null primary key,
+1 -1
View File
@@ -1,6 +1,6 @@
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="domain-acls">
<info>
<title>Domain Object Security</title>
<title>Domain Object Security (ACLs)</title>
</info>
<section xml:id="domain-acls-overview">
<info>