Actions
Task #84626
closedStreamline HTTP Response codes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-04-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In the core we have at least three different lists of HTTP status codes:
\TYPO3\CMS\Core\Http\Response::$availableStatusCodes
- class constants in
\TYPO3\CMS\Core\Utility\HttpUtility
\TYPO3\CMS\Extbase\Mvc\Web\Response::$statusMessages
All this lists should be streamlined and be identical (or much better) merged into one list.
Actions