Actions
Bug #94920
closed"Register SoftReference parsers via DI breaks" breaks backend
Start date:
2021-08-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since this change was merged:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/70177
Save content elements in the backend is broken in case the text contains plain links like https://typo3.com
An example from our site:
<p>Data transmission to the US is based on the Standard Contractual Clauses (SCC) of the European Commission. Details can be found here: <br /> https://policies.google.com/privacy/frameworks and<br /> https://privacy.google.com/businesses/controllerterms/mccs/.</p>
Because the preg_split could return false but no guard clause exists, the following exception is thrown:
PHP Warning: Invalid argument supplied for foreach() in /../public/typo3/sysext/core/Classes/DataHandling/SoftReference/UrlSoftReferenceParser.php line 32
Updated by Frank Nägler about 3 years ago
- Related to Task #94687: Deprecate SoftReferenceIndex added
Updated by Frank Nägler about 3 years ago
- Related to Feature #94741: Register SoftReference parsers via DI added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70676
Updated by Simon Gilli about 3 years ago
- Related to Bug #94919: PHP Warning: Invalid argument supplied for foreach() in /sysext/core/Classes/DataHandling/SoftReference/UrlSoftReferenceParser.php line 32 added
Updated by Nikita Hovratov about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2e7021e6045868af59263c23d2ec511a99d1a9ba.
Updated by Nikita Hovratov almost 3 years ago
- Related to Bug #95878: In linkvalidator, soft reference parser extracts 2 links from rich text with URL as anchor text added
Actions