Actions
Bug #92741
closedBetter handling of "too many redirects" in linkvalidator
Start date:
2020-10-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If there are too many redirects, an error message "A redirect loop occurred" is displayed. This is misleading.
A redirect loop is different from "too many redirects". "Too many redirects simply means that the maximum number of redirects used by the underlying HTTP request library (Guzzle) is reached before reaching the destination. This happens by default after 5 redirects.
Actions