Bug #71435
closedRevert of #69516 - [BUGFIX] IMG_RESOURCE does not prepend absRefPrefix
100%
Description
The original solution introduces various additional errors regarding absRefPrefix being prepended twice, e.g. imageLinkWrap or if using IMG_RESOURCE in typolink.
The issue is that the original solution isn't sound.
File paths are corrected in \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::setAbsRefPrefix() but only for paths inside double quotes "
which is why the original failed.
In order to solve the original we might also support single quotes but even then there would have to be a small change in the original code.
Otherwise, it is always possible to use typolink and returnLast
Original issue:
https://forge.typo3.org/issues/69516
Related tickets:
https://forge.typo3.org/issues/70718
https://forge.typo3.org/issues/71246
Updated by Gerrit Code Review about 9 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 https://review.typo3.org/44631
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44631
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44631
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44631
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44631
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44631
Updated by Gerrit Code Review about 9 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 https://review.typo3.org/44632
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44632
Updated by Andreas Allacher about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a6809e87863c81e52250a00eb1758a1eb59d8a85.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed