Seems like Grails 3.3.3 has introduced a bug where the original input params are chained when redirecting.
See the screenshots for example and notice the URL change in request params when redirected to index page on Grails 3.3.3
Steps to Reproduce
- Create simple app with a few fields that redirects to index with not found when create is submitted
- Notice that the original input params to save are added to the index URL
Expected Behaviour
Should not chain the original input parameters
Actual Behaviour
Original input parameters are chained
Environment Information
- Operating System: Ubuntu
- Grails Version: 3.3.3
- JDK Version: 1.8.0_131
Example Application
https://github.com/skufle/redirectbug




Seems like Grails 3.3.3 has introduced a bug where the original input params are chained when redirecting.
See the screenshots for example and notice the URL change in request params when redirected to index page on Grails 3.3.3
Steps to Reproduce
Expected Behaviour
Should not chain the original input parameters
Actual Behaviour
Original input parameters are chained
Environment Information
Example Application
https://github.com/skufle/redirectbug