Project

General

Profile

Actions

Bug #91879

closed

Redirecting a logged out user to an access restricted page via t3 link does not handle it as 403 but as 404

Added by Stefan P almost 4 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & 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.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #91892: linkAccessRestrictedPages (typolink setting) should only be considered when building link tags, not when building URIsNew2020-07-29

Actions
Actions

Also available in: Atom PDF