Actions
Bug #89376
closedLinkvalidator report does not show additional exception messages reported by Guzzle
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2019-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The error message that is displayed, is based on the error type. However, Guzzle reports additional information which might help to determine why some broken links are reported (specifically to interpret false negatives).
- e.g. problem with ssl certificate, error type is "network", the message displayed is "Network error / invalid domain". Guzzle throws \GuzzleHttp\Exception\RequestException and there is additional information in the exception message: "cURL error 60: SSL: certificate subject name 'xubuntu' does not match target host name 't3coredev' (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
Updated by Gerrit Code Review about 5 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/+/61909
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61924
Updated by Sybille Peters about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 05eaac740ff22bc436b921a4903262993ca86418.
Actions