mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
2ce2a2aaa9
Improved API integrity by blocking the ability to set invalid status codes according to the HTTP spec. This includes any non-numeric codes, or any code that is greater or less than 3 digits in length (100-999 being the accepted range). |
||
---|---|---|
.. | ||
Http | ||
CakeRequest.php | ||
CakeResponse.php | ||
CakeSocket.php |