eclipse-ee4j / eclipse-ee4j/tyrus
Tyrus incorrectly splits set-cookie header
Open
- Dominant language
- Java
- Stars
- 128
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
I have cookie returned by server which looks like:
SRPA-Cookie=TGEyWUwZQW9RMEJfbDZBSVpLanclMkJ3JTxEJTNEOmVhUm5tdVdZcnNVeUVYTEdFdVU4TmclM0QlM0Q; Max-Age=31536000; Expires=Sun, 21-Feb-2021 19:35:57 GMT; Path=/; HttpOnly
But in AuthorizatorConfigurator#afterResponse method this header is split into two, because of the comma. Is it expected bahaviour?
Contributor guide
Assessment
This issue has not been assessed yet.