Bug #100189
closedContent-Type charset is now also added for application/binary Extbase responses
100%
Description
Since https://review.typo3.org/c/Packages/TYPO3.CMS/+/77158 the charset is now always added, and this actually breaks things,
if you return an Extbase Response that does not.
In TYPO3 v11 the mitigation is to set config.disableCharsetHeader = 1 in TypoScript, but this should be solved more elegantly.
Updated by Benni Mack over 1 year ago
- Related to Bug #99373: HTTP Header Content-Type not set when Extbase action is cached added
Updated by Benni Mack over 1 year ago
- Related to Task #97550: Remove config.disableCharsetHeader added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
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/+/78132
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fbcc36752362886ca620f4be28102b4e16cb90b7.
Updated by Gerrit Code Review over 1 year 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/+/78171
Updated by Gerrit Code Review over 1 year 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/+/78171
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Resolved
Applied in changeset 65e771eb8fb1f2fe03fb29a4c53ba7b9a6b66891.
Updated by Benni Mack 9 months ago
- Related to Bug #99534: Content-Type forced to text/html when streaming file added