arjangch opened a new issue, #1181: URL: https://github.com/apache/grails-spring-security/issues/1181
### Expected Behavior Doc [Section 4.7](https://apache.github.io/grails-spring-security/7.0.x/core-plugin/guide/index.html#expressions), listing 22. It should say **staticRules** `grails.plugin.springsecurity.controllerAnnotations.staticRules = [` ### Actual Behaviour It is actually saying **interceptUrlMap** `grails.plugin.springsecurity.interceptUrlMap = [` ### Steps To Reproduce Correct static mappings is `grails.plugin.springsecurity.controllerAnnotations.staticRules = [ [pattern: '/', access: ['permitAll']], [pattern: '/error', access: ['permitAll']], ... ` ### Environment Information java=21.0.8-zulu gradle=8.14.3 groovy=4.0.28 grails=7.0.0-RC2 ### Example Application _No response_ ### Version Grails 7.0.0-RC2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
