Grails plugin for sanitizing XSS from the user input.
This plugin uses OWASP ESAPI library to sanitize request parameters. This reduces the risk of dangerous XSS request parameters possibly being rendered on the client.
In a grails project, run the following command:
grails install-plugin xss-sanitizer