Actions
Bug #99373
closedHTTP Header Content-Type not set when Extbase action is cached
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2022-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce¶
- Have a cached plugin action that returns a JsonResponse
- Configure a page type that renders this action only
- Request the page
Expectation¶
First request and all subsequent requests should have the http header Content-Type set to json
Actual behaviour¶
First request has the http header Content-Type set to json all subsequent requests should have the http header Content-Type set to html
Actions