I am a newbie in Grails and I am struggling with many simple issues.
For instance, I haven\'t managed to find a proper way to go back to the last visited page when I log
I'm using this controller-side:
redirect(uri: request.getHeader('referer') )