Actions
Bug #99757
closedRedirect broken in ext:felogin
Start date:
2023-01-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the felogin plugin is configured to redirect after login, TYPO3 currently throws the following exception:
Cannot assign TYPO3\CMS\Core\Http\ServerRequest to property TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::$request of type ?TYPO3\CMS\Extbase\Mvc\RequestInterface
File: typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php line 181
Updated by Torben Hansen almost 2 years ago
- Related to Task #99650: use local request object in UriBuilder added
Updated by Stefan Bürk almost 2 years ago
- Status changed from New to Needs Feedback
May it be possible that it will be fixed along the way with: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77630 ???
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #99770: Build extbase attribute in UriBuilder fallback added
Updated by Torben Hansen almost 2 years ago
- Status changed from Needs Feedback to Closed
Closes with #99770
Actions