Bug #95265
closedRevert injection of ContentObjectRenderer in UriBuilder
0%
Description
The recent changes to Extbase UriBuilder (https://review.typo3.org/c/Packages/TYPO3.CMS/+/69133) introduced a potentially breaking change, which also has been backported to TYPO3 10.4 and results in redirects configured in ext:redirects not working any more when ext:flux is installed. This may be a blocker for users of ext:flux to install the latest TYPO3 core security updates.
How can we resolve this problem? Revert the change for v10? Improve the change as @cd describes (https://github.com/FluidTYPO3/flux/issues/1893#issuecomment-920663386) and instead throw an exception when no ContentObjectRenderer is instantiated and a frontend URI shall be rendered? Fix usage in ext:flux instead? Other suggestions?
Updated by Benni Mack about 3 years ago
- Related to Bug #91625: UriBuilder: inconsistent behaviour between application contexts Development + Production added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71060
Updated by Benni Mack almost 3 years ago
- Status changed from Under Review to Rejected