Actions
Bug #91879
closedRedirecting a logged out user to an access restricted page via t3 link does not handle it as 403 but as 404
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-07-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Example:
Having the redirect directly to www.domain.example/my/restricted/page.html goes do this page and runs the 403 error handler (it is configured to show a page where the felogin plugin is in my case)
Having the redirect configured to t3://page?uid=1234 (where 1234 is the uid of this exact page) the redirect just ends with 404.
Creating a redirect in the redirects module to an access restricted page via t3 link should handle it as 403 instead, currently it handles it as 404.
Actions