Skip to content

Look at all cookies instead just the first #505

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

Closed
wants to merge 1 commit into from

Conversation

eddumelendez
Copy link
Contributor

  • I have signed the CLA

Previous to this commit, just the first cookie is considered. Now, all
cookies are considered to look for SESSION cookie.

See gh-275

Previous to this commit, just the first cookie is considered. Now, all
cookies are considered to look for SESSION cookie.

See spring-projectsgh-275
@rwinch
Copy link
Member

rwinch commented May 2, 2016

@eddumelendez This is a step in the right direction. However, it isn't quite what #275 had in mind. The problem is that a cookie with the same name can be presented multiple times in the request. This happens if the cookie is associated to different paths or different domains. I updated the original issue to better illustrate the problem.

@rwinch rwinch closed this May 2, 2016
@eddumelendez
Copy link
Contributor Author

@rwinch thanks for the details. I will take a look and see if can update the PR.

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

Successfully merging this pull request may close these issues.

2 participants