Project

General

Profile

Actions

Bug #89682

closed

Linkvalidator: external URLs containing `& amp ;` or whitespace at the end not working

Added by Stefan Franke over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2019-11-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When inserting external links via CKEditor, ampersands (&) are converted to & amp ; in the source code. That's fine for usage in the frontend, but the link validator seems to have problems with this as it tries to verify the link containing the html-entity-version of the ampersand (which doesn't work).

Links ending with whitespace (e. g. <a href="https://www.typo3.org/ ">link</a>) also work in the frontend but not with the link validator.

The attached patch file should take care of both issues.


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #89488: HTML special characters fool linkvalidatorClosedSybille Peters2019-10-23

Actions
Actions

Also available in: Atom PDF