Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tyrus incorrectly splits set-cookie header #690

Open
mar3kk opened this issue Feb 22, 2020 · 0 comments
Open

Tyrus incorrectly splits set-cookie header #690

mar3kk opened this issue Feb 22, 2020 · 0 comments

Comments

@mar3kk
Copy link

mar3kk commented Feb 22, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant