how can I upgrade an existing grails application with a request map? I didn't use
grails s2-quickstart package user role requestmap
but only
grails s2-quickstart package user role
AFAIK I have to 1) set a line in Config.groovy:
grails.plugins.springsecurity.securityConfigType = "Requestmap"
and then 2) set all the entries via BootStrap.groovy (according to spring's docs ), I get that, but how does the RequestMap Domain Class have to look like? Anything else to do? Thanks