arjangch opened a new issue, #1179: URL: https://github.com/apache/grails-spring-security/issues/1179
### Expected Behavior In [doc](https://apache.github.io/grails-spring-security/7.0.x/core-plugin/guide/index.html#requestmapInstances), Section 4.6, Listing 17, It also needs to specify ClassName. `grails.plugin.springsecurity.requestMap.className = 'com.packagename.Requestmap'` and `grails.plugin.springsecurity.securityConfigType = 'Requestmap'` ### Actual Behaviour securityConfigType alone will not work. It will throw exception. 'grails.plugin.springsecurity.securityConfigType = 'Requestmap'` ### Steps To Reproduce See my [Example3 config](https://github.com/arjangch/grails-project-helper/blob/main/example3/grails-app/conf/application.groovy) ### Environment Information java=21.0.8-zulu gradle=8.14.3 groovy=4.0.28 grails=7.0.0-RC2 ### Example Application https://github.com/arjangch/grails-project-helper/tree/main/example3 ### Version 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]
