I want to override(extend) the redirect method of a grails 3 controller.
In grails 2 this was done by overriding the method via metaClass. See Override Grails redirect method
Since grails 3 this is not working anymore.
What I want to achieve: I want to manipulate the argument map that is passed to the redirect method of every controller I implemented (filtered by package name)
Or to be more specific: I want to add/change the mapping param based on some small logic