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

Fix cookie filter #1641

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maehjam
Copy link

@maehjam maehjam commented Apr 2, 2024

The cookie filter function did split the cookies only into two parts before filtering. This was causing problems, when there were more than one cookie before the first matching cookie.

See the adjusted test case: Filtering and parsing the cookies "bad name=strawberry; another bad name=strawberry; cake=strawberry" did return "[]" before this fix.

@essen
Copy link
Member

essen commented Apr 2, 2024

Thank you! Don't worry about CI, PR is probably fine. I likely just messed up something.

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.

None yet

2 participants