[BUGFIX] Images from non-local storages are not displayed
The content object renderer adds absRefPrefix to all generated image URLs, leading to incorrect URLs for storages not relative to the siteroot. Additionally, the URLs generated by the driver are also escaped in ContentObjectRenderer::cImage(), leading to broken absolute URLs. Change-Id: I40c0a7ea55ff3a1155e7a05b1fc37da7d0cf44e4 Resolves: #42223 Releases: 6.1, 6.0 Reviewed-on: https://review.typo3.org/15837 Reviewed-by: Alexander Opitz Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
Please register or sign in to comment