Actions
Feature #98567
openCheck for redirects without existing target page
Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
Start date:
2022-10-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Problem/Description¶
It's possible that sys_redirect records are getting conflicting when the configured target (like a page with t3://page... schema) is deleted. At least the symfony command `redirects:checkintegrity` reports them.
ToDo(s)¶
- Add a schedulable command to check/cleanup such orphaned sys_redirect records
Acceptance Criteria¶
- It's possible to cleanup redirect records in an automatic way if the target isn't available anymore within the TYPO3 instance.
Updated by Oliver Hader about 2 years ago
- Sprint Focus set to On Location Sprint
Updated by Guido Schmechel almost 2 years ago
- Related to Feature #99485: Show the redirect integrity status added
Updated by Guido Schmechel almost 2 years ago
I have an approach here to at least check t3 things and mark them as invalid. This is then based on my patch from the other issue. Feel free to check the base patch.
I can still check T3 pages and T3 files/folders well. For self-registered link handlers, like t3://github, I would suggest that we integrate a PSR14 event where you can add your own check.
Updated by Kevin Appelt almost 2 years ago
- Category changed from Site Handling, Site Sets & Routing to Link Handling & Redirect Handling
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for Major Version
Actions