Skip to content

Grails7 Doc - Requestmap also need a className #1179

@arjangch

Description

@arjangch

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
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions