Actions
Epic #84272
closedUse PSR-7 ServerRequestInterface in backend controllers
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-03-15
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Sprint Focus:
Description
Goals:
- use $request in controllers
- return ResponseInterface
- protect properties using deprecation thread
- prepare protection of methods
- get rid of: GeneralUtility::_GP(), _GET(), _POST(), getIndpEnv()
- get rid of HttpUtility::redirect but return a $response object instead going up in Middleware stack
Example "by-the-book" fully backwards compatible change:
Actions