Bug #38496
Redirect of a shortcut does not take all URL parameters into account
| Status: | New | Start date: | 2012-06-30 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 6.0.1 | |||
| TYPO3 Version: | 6.0 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
Currently when a page is a shortcut, TYPO3 redirects to the page the shortcut points to.
But only configured linkVars and the type parameter are taken into account for generating the target link.
Any additional parameter that is appended to the URL of a shortcut page is discarded.
The solution is to just forward every GET parameter to the target page.
Related issues
| related to Core - Bug #34642: Shortcut redirects might loose linkVars | Closed | 2012-03-07 |
History
Updated by Helmut Hummel 5 months ago
- Target version changed from 6.0.0-alpha3 to 6.0.1