Bug #65433
closedInvalid back path of ImageViewHelper in TYPO3 backend
100%
Description
If rendering an image in the TYPO3 backend, the regular case is to prepend "../" to an URI with the assumption that the HTTP request was handled by typo3/backend.php. For the page module for instance, the request points to typo3/sysext/cms/layout/db_layout.php, thus the back path trick does not work anymore.
To overcome that behavior the absolute path shall be used in stead by determining TYPO3_SITE_PATH.
For that case that some custom processing relies on "../" this change might be breaking.
Updated by Gerrit Code Review over 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 http://review.typo3.org/37407
Updated by Gerrit Code Review over 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 http://review.typo3.org/37408
Updated by Gerrit Code Review over 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 http://review.typo3.org/37408
Updated by Oliver Hader over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d58ab080598becf7550527b62a018719ebb3ec5.