Actions
Bug #95265
closedRevert injection of ContentObjectRenderer in UriBuilder
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
Start date:
2021-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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?
Actions