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

Issue 1963: Fix for some cookies not passed to the next call #1965

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

borzykin
Copy link

@borzykin borzykin commented Mar 30, 2022

Description

Use ClientCookieDecoder.LAX.decode(value) to parse the cookies, so whenever an "Invalid" cookie is set it will not return null and the code won't skip mentioned cookie. I think checking whether cookies are valid or not is not the responsibility of the test framework. Also, sometimes it treats some cookies as invalid that do work pretty fine on Enterprise production applications.

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.

3 participants