Simon Heinzle
Results
2
comments of
Simon Heinzle
Similar problem here. I am generating an AWS pre-signed url. Passing it with `@Redirect(':url')` does not work, as the redirect seems to encode the query parameters. Using `return response.redirect(url)` works...
+1 @Alphapage's suggestion with `removeLines` would be the quickest fix