We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7e038 commit ae1acf9Copy full SHA for ae1acf9
plugin-core/docs/src/docs/requestMappings/expressions.adoc
@@ -62,9 +62,9 @@ new Requestmap(url: "/secure/someOtherAction",
62
and the corresponding static mappings would be
63
64
[source,groovy]
65
-.Listing {counter:listing}. Adding mappings in `grails.plugin.springsecurity.interceptUrlMap`
+.Listing {counter:listing}. Adding mappings in `grails.plugin.springsecurity.controllerAnnotations.staticRules`
66
----
67
-grails.plugin.springsecurity.interceptUrlMap = [
+grails.plugin.springsecurity.controllerAnnotations.staticRules = [
68
[pattern: '/secure/someAction', access: ["hasRole('ROLE_ADMIN')"]],
69
[pattern: '/secure/someOtherAction', access: ["authentication.name == 'ralph'"]]
70
]
0 commit comments