From 1de885e29868b53d59277d852bb19c906b3463df Mon Sep 17 00:00:00 2001 From: Angel Aguilera Date: Fri, 23 Aug 2019 17:10:56 +0200 Subject: [PATCH] use simple link instead of 'pass' macro --- .../src/docs/asciidoc/_includes/servlet/preface/namespace.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/preface/namespace.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/preface/namespace.adoc index 30508f8a86..4891a18eb1 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/preface/namespace.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/preface/namespace.adoc @@ -133,7 +133,7 @@ With the default configuration, this is typically a comma-separated list of role The prefix "ROLE_" is a marker which indicates that a simple comparison with the user's authorities should be made. In other words, a normal role-based check should be used. Access-control in Spring Security is not limited to the use of simple roles (hence the use of the prefix to differentiate between different types of security attributes). -We'll see later how the interpretation can vary footnote:[The interpretation of the comma-separated values in the `access` attribute depends on the implementation of the pass:specialcharacters,macros[<>] which is used.]. +We'll see later how the interpretation can vary footnote:[The interpretation of the comma-separated values in the `access` attribute depends on the implementation of the <> which is used.]. In Spring Security 3.0, the attribute can also be populated with an pass:specialcharacters,macros[<>].