Skip to content

Commit 1de885e

Browse files
aaguilerarwinch
authored andcommitted
use simple link instead of 'pass' macro
1 parent 24cd9b9 commit 1de885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/preface/namespace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ With the default configuration, this is typically a comma-separated list of role
133133
The prefix "ROLE_" is a marker which indicates that a simple comparison with the user's authorities should be made.
134134
In other words, a normal role-based check should be used.
135135
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).
136-
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[<<ns-access-manager,AccessDecisionManager>>] which is used.].
136+
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 <<ns-access-manager,AccessDecisionManager>> which is used.].
137137
In Spring Security 3.0, the attribute can also be populated with an pass:specialcharacters,macros[<<el-access,EL expression>>].
138138

139139

0 commit comments

Comments
 (0)