Actions
Bug #88457
closedRevert "Allow to send multiple HTTP headers with the same name"
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2019-05-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Updated by Benni Mack over 5 years ago
In some cases, backend login is not possible anymore, as there are still a lot of places where the HTTP header is still sent manually via "header()".
This change would then not override the value anymore.
Updated by Benni Mack over 5 years ago
- Related to Bug #88420: HTTP Headers are incorrectly send when using PSR-15 middleware added
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60839
Updated by Jonas Eberle over 5 years ago
What are the challenges that prevent fixing it at the backend login?
Could you give some pointers what has been found already?
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.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/+/60874
Updated by Benni Mack over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3daf41818872418c5b6098207a8f2a9fb881b8d9.
Actions