فهرست منبع

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

Luke Taylor 16 سال پیش
والد
کامیت
b940afe1e2
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/docbkx/appendix-db-schema.xml
  2. 1 1
      src/docbkx/domain-acls.xml

+ 1 - 1
src/docbkx/appendix-db-schema.xml

@@ -79,7 +79,7 @@ create table persistent_logins (
   <section>
   <section>
     <title>ACL Schema</title>
     <title>ACL Schema</title>
     <para>
     <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"> 
 <programlisting xml:id="dbschema-acl"> 
 create table acl_sid (
 create table acl_sid (
   id bigint generated by default as identity(start with 100) not null primary key,
   id bigint generated by default as identity(start with 100) not null primary key,

+ 1 - 1
src/docbkx/domain-acls.xml

@@ -1,6 +1,6 @@
 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="domain-acls">
 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="domain-acls">
     <info>
     <info>
-        <title>Domain Object Security</title>
+        <title>Domain Object Security (ACLs)</title>
     </info>
     </info>
     <section xml:id="domain-acls-overview">
     <section xml:id="domain-acls-overview">
         <info>
         <info>