Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 4.5.0, 4.6.0, 4.7.0, 5.0, 5.1, 5.2-beta1
-
Fix Version/s: Customer request, 4.5 Maintenance, 4.6 Maintenance, 4.7 Maintenance, 5.1 Maintenance, 5.2-rc1
-
Component/s: Misc
Description
If you have a redirection – let's say because content object renaming – with a querystring, the querystring will be lost.
The file index.php.diff was given as fix suggestion.
test case:
1 - open some url my.site/object?config=foo in frontend
2 - in backend, rename the object to object2
3 - reload the url from point 1
4 - site redirects /object -> /object2, but the querystring is lost.