Problem
On creating redirect with query string external URL as redirect URI, it strips query string by returning base url of the redirect destination.
Solution
Change base url of the redirect destination in the setRedirect method with $uri value, which is formed by $url and $query
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3136507-redirect-fix-external-with-query-string-2.patch | 634 bytes | euphoric_mv |
Comments
Comment #2
euphoric_mv commentedComment #3
pdenooijer commentedWorks like a charm!
Comment #4
berdirThought about test coverage, but I guess I've kept you waiting too long for a comment like that ;)