Bug #21456
closedTYPO3 Inline User Manual is broken
0%
Description
Problem:
the section links in the TYPO3 Inline User Manual only reload the page instead of opening the wanted help section.
something similar happens when opening the inline help in tceforms: the link "see full description of table" leads only the the overview (TYPO3 Inline User Manual) with the not working links.
Reason for this is the url sanitizing in view_help.php (line 151) which see the asterisk as forbidden character and so it unsets tfID. the urls normally look like this: typo3/view_help.php?tfID=_MOD_user_setup.*
Solution:
add the asterisk to the regex or use the api function t3lib_div::sanitizeBackendUrl()
Since the security fix in view_help.php was applied to all supported branches this fix has to be applied to all branches, too.
(issue imported from #M12467)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
-1)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Rupert Germann) - Is Regression set to No
No feedback for over 90 days.