Open
Description
Description
Currently ResponseDataExtractor
merges all values of cookies into a single dictionary, however cookies in the Set-Cookie
header can have different flags, paths, domains, etc. set which are currently lost.
URL to code causing the issue
litestar/litestar/data_extractors.py
Lines 407 to 410 in e5f2b64
litestar/tests/unit/test_data_extractors.py
Line 110 in e5f2b64
MCVE
No response
Steps to reproduce
No response
Screenshots
No response
Logs
No response
Litestar Version
v2.5.1
Platform
- Linux
- Mac
- Windows
- Other (Please specify in the description above)
Metadata
Metadata
Assignees
Type
Projects
Status
Working on it