Change or create URL mapping dynamically in Grails Acegi plugin
- by firnnauriel
How can i modify the Url mappings in acegi 0.5.2 dynamically? Let's say I have this in my UrlMappings.groovy:
"/"(controller:'home')
At some point or event in the app, I want to change it to:
"/"(controller:'url')
Is this possible? Thanks!