Actions
Bug #89090
closedNo redirect loop prevention for slugs / redirects
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-09-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
System¶
TYPO3 version 9.5.9
Possible Scenario 1 (realistic)¶
- Slug for page 15 is /something/other
- A redirect gets created to this page: /other -> t3://page?uid=15
- Now, the slug is changed fpr page 15 to /other
- The page redirects to itself (redirect loop). Not possible to access page at all
Possible scenario 2 (hypothetical, but may happen)¶
It is possible to enter redirects to the same page in the redirects module:
- Slug for page 15 is /other
- A redirect is entered: /other to t3://page?uid=79
- page /other is not accessible anymore because of redirect loop
Actions