Bug #64128
closedRefresh display button breaks return urls
0%
Description
If one edits (pencil) a tt_content element from the linkvalidator module after pressing "Refresh display", the return urls are "badly" formed causing a "Invalid form/module token detected. Access Denied!" error after you save & close the tt_content element.
Return url before "Refresh display":
alt_doc.php?returnUrl=/typo3/mod.php?M=web_info&moduleToken=b89601bf1ed748182c9565855cdffbfbbccb299e&id=2&?id=2&search_levels=999&edit[tt_content][8]=edit
Return url for the same element after "Refresh display":
alt_doc.php?returnUrl=/typo3/mod.php?M=web_info&moduleToken=b89601bf1ed748182c9565855cdffbfbbccb299e?id=2&search_levels=999&edit[tt_content][8]=edit
Both url's are "badly" formed with "?id=2" should be "&id=2" but only the last one, will give the "Invalid form/module token detected" error.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35790
Updated by Markus Klein almost 10 years ago
Please test the patch linked above and vote for it, if it works.
If you have questions feel free to ask.
Updated by Markus Klein almost 10 years ago
- Assignee set to Markus Klein
- Target version set to next-patchlevel
- Complexity set to easy
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35810
Updated by Alexander Opitz almost 10 years ago
- Status changed from Under Review to Closed
Merged into master and TYPO3 6.2