[BUGFIX] fix spelling of content-type http-header in response classes
In the constructors of the two new http-response classes ... * TYPO3\CMS\Core\Http\HtmlResponse * TYPO3\CMS\Core\Http\JsonResponse ... change the spelling of the value of the lowercased header-names for the default/fallback 'Content-Type' header from 'Content-type' to 'Content-Type'. Mind the capital 'T' in '...-Type'. Resolves: #82537 Releases: master Change-Id: Ib7b3d0f6c6de0a1490345e9e537d3545b80b4d82 Reviewed-on: https://review.typo3.org/54200 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Please register or sign in to comment