Bug #66496
Updated by Markus Klein over 9 years ago
Any image being parsed through parseFunc (eg. images in RTE) do not get prefixed with absRefPrefix.
The issues is that \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::setAbsRefPrefix() does not take FAL storages into account.
h2. How to reproduce
* Set config.absRefPrefix to some value (eg /)
* Create another local storage next to fileadmin
* Put an image each into fileadmin and this storage
* Add both images to the RTE as "plain image"
* Inspect the FE output and see the missing / for the src of the image from non-fileadmin storage