Project

General

Profile

Actions

Bug #94964

closed

linkvalidator parser breaks [header_link]

Added by Marcus Förster almost 3 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2021-08-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

https://www.gtai.de/GTAI/Navigation/EN/Invest/Industries/Mobility/automotive,t=industry--market-numbers,did=247736.html

wrong $url @ typo3/sysext/linkvalidator/Classes/LinkAnalyzer.php->checkLinks
    [substr] => Array
        (
            [type] => external
            [tokenID] => #
            [tokenValue] => https://www.gtai.de/GTAI/Navigation/EN/Invest/Industries/Mobility/automotive
        )

    [row] => Array
        (
            [uid] => #
            [pid] => #
            [header] => #
            [header_link] => "https://www.gtai.de/GTAI/Navigation/EN/Invest/Industries/Mobility/automotive,t=industry--market-numbers,did=247736.html" _blank - "Read more" 
        )

    [table] => tt_content
    [field] => header_link
    [uid] => #

converts to
    [scheme] => http
    [host] => did=247736.html
    [fragment] => 247736" 

Files

Actions

Also available in: Atom PDF