Project

General

Profile

Epic #85006

Updated by Sybille Peters over 4 years ago

Falsely reported broken links are currently a main factor that makes link fixing with Linkvalidator tedious and annoying. Additionally, it destroys trust in linkvalidator (because errornous information is displayed). 

 By *"falsely reported broken links"* we mean links that Linkvalidator shows as broken but that are either not broken or that cannot be edited by the editor or some other reason why they are either irrelevant or cannot be fixed. 

 These are the main reasons for this: 

 * external link checking may fail. This means we will get false negatives links (links that actually work but are evaluated as "broken" by linkvalidator). We (We already improved here, but it still may happen. (see #89488, #86918, #85127)  
 happen) 
 * broken links are in some fields that are no longer relevant, e.g. in tt_content.bodytext for content elements that do not use bodytext. This may happen if content type is changed, which changed (which may often happen on older sites. (seee #89182) sites) 
 * the editor has no permission to edit the field or the record (#84214) 
 * editing the field has been configured away 
 * the broken link information is "stale", meaning, the broken link has already been fixed but linkvalidator has not rechecked the field or the record has been deleted (see #89426, #83847) field. 

 We already have several issues and open patches adressing these issues. Some of these can be solved with little effort. This EPIC serves to give an overview.

Back