Bug #99373
closedHTTP Header Content-Type not set when Extbase action is cached
100%
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
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77158
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77158
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77158
Updated by Helmut Hummel almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0653b2e917dee64902d639a445d1b0dec38cb93a.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77269
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77269
Updated by Helmut Hummel almost 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset ecc1ffd024541e0fb31da6510b114eb78a4fe579.
Updated by Benni Mack over 1 year ago
- Related to Bug #100189: Content-Type charset is now also added for application/binary Extbase responses added