Actions
Bug #88482
closedAllow multi line headers for "Set-Cookie" headers
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-06-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As mentioned in 88420 some headers needs to be presented as multi line if they have multiple values.
At the moment the "Set-Cookie" headers are the only known affected headers of this type. Other headers will render as a single line with comma separated values.
The attached patch will allow to set multiple cookies using the PSR-15 middleware.
Actions