Actions
Feature #68335
closedLost GET parameters when using shortcuts
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-07-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Having a shortcut page (uid=1) that points to another page (uid=2), if I try to call the shortcut directly in the URL with a GET parameter, let's say `http://localhost/index.php?id=1¶meter=value`, this GET parameter is lost when the page is redirected to uid=2. Any way to keep this GET parameter?
Isn't this an undesired behaviour by default?
As far as I could see in the TypoScriptFrontendController::redirectToCurrentPage() function, only GET parameter type is taken into account.
Updated by Susanne Moog over 9 years ago
- Status changed from New to Closed
Closed as duplicate of #38496.
Actions