diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml
index 0f41d7ab2a..564bb2eb58 100644
--- a/doc/docbook/acegi.xml
+++ b/doc/docbook/acegi.xml
@@ -1481,7 +1481,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {
Acegi Security is able to stop the same principal authenticating
to the same web application multiple times concurrently. Put
differently, you can stop user "Batman" from logging into a web
- application twice at the same time.
+ application twice at the same time.
To use concurrent session support, you'll need to add the
following to web.xml:
@@ -4609,6 +4609,17 @@ INSERT INTO acl_permission VALUES (null, 6, 'scott', 1);
any of the Authentication's
GrantedAuthority[]s. Please refer to the JavaDocs
for more information.
+
+
+
+
+
+
+
+ Figure 8: ACL Instantiation Approach
+
+
diff --git a/doc/docbook/images/Permissions.gif b/doc/docbook/images/Permissions.gif
new file mode 100644
index 0000000000..9e784bf188
Binary files /dev/null and b/doc/docbook/images/Permissions.gif differ