Skip to content

Commit 670cf99

Browse files
Update docs to point to ACL samples
Closes gh-10110
1 parent 41feec4 commit 670cf99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/authorization/acls.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This should therefore work with all major databases.
125125
At the time of writing, the system had been successfully tested using Hypersonic SQL, PostgreSQL, Microsoft SQL Server and Oracle.
126126

127127
Two samples ship with Spring Security that demonstrate the ACL module.
128-
The first is the Contacts Sample, and the other is the Document Management System (DMS) Sample.
128+
The first is the {gh-samples-url}/servlet/xml/java/contacts[Contacts Sample], and the other is the {gh-samples-url}/servlet/xml/java/dms[Document Management System (DMS) Sample].
129129
We suggest taking a look over these for examples.
130130

131131

docs/manual/src/docs/asciidoc/_includes/servlet/authorization/expression-based.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Their use is enabled through the `global-method-security` namespace element:
258258

259259
===== Access Control using @PreAuthorize and @PostAuthorize
260260
The most obviously useful annotation is `@PreAuthorize` which decides whether a method can actually be invoked or not.
261-
For example (from the "Contacts" sample application)
261+
For example (from the {gh-samples-url}/servlet/xml/java/contacts[Contacts] sample application)
262262

263263
====
264264
.Java
@@ -492,7 +492,7 @@ This would look something like this:
492492

493493
Where `myPermissionEvaluator` is the bean which implements `PermissionEvaluator`.
494494
Usually this will be the implementation from the ACL module which is called `AclPermissionEvaluator`.
495-
See the "Contacts" sample application configuration for more details.
495+
See the {gh-samples-url}/servlet/xml/java/contacts[Contacts] sample application configuration for more details.
496496

497497
===== Method Security Meta Annotations
498498

0 commit comments

Comments
 (0)