-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Milestone
Description
Expected Behavior
In doc, 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
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
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done