Actions
Feature #99491
openPSR14 Event for the redirect integrity check
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
Start date:
2023-01-08
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As an integrator, I would like to check redirects to records to see if they are still accessible. The prerequisite for this is a RecordLinkhandler, e.g. for news.
With this PSR-14 event, I can check whether targets (t3://record?identifier=tx_news&uid=456) are still valid. Other checks, e.g. for external URLs, would also be possible in this way.
Updated by Kevin Appelt almost 2 years ago
- Category changed from SEO to Link Handling & Redirect Handling
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for Major Version
Updated by Benni Mack 5 months ago
- Status changed from New to Needs Feedback
Hey Guido, isn't this what "linkvalidator" should be doing?
Updated by Guido Schmechel 5 months ago
Strictly speaking, that is the case. As a dev i just want to have complete freedom over the check. That's why I was thinking of an event
Actions