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

CookieJar - return 'best-match' and not LIFO #7577

Merged
merged 7 commits into from Sep 7, 2023
Merged

CookieJar - return 'best-match' and not LIFO #7577

merged 7 commits into from Sep 7, 2023

Commits on Sep 4, 2023

  1. the jar might contain multiple matching cookies for a domain (e.g. JS…

    …ESSIONID) in different paths
    
    The filtered result should always return the best-matching cookie for a given (in contrast to the last inserted)
    marq24 committed Sep 4, 2023
    Copy the full SHA
    48ef848 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63f4681 View commit details
    Browse the repository at this point in the history
  3. added infos (after PR)

    marq24 committed Sep 4, 2023
    Copy the full SHA
    bc4626e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. simplified code based on discussion in PR

    marq24 committed Sep 5, 2023
    Copy the full SHA
    9b5d5f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. feedback fom Sam Bull

    marq24 committed Sep 6, 2023
    Copy the full SHA
    10856c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Copy the full SHA
    7c3ff00 View commit details
    Browse the repository at this point in the history
  2. Update 7577.bugfix

    Dreamsorcerer committed Sep 7, 2023
    Copy the full SHA
    f5ae6da View commit details
    Browse the repository at this point in the history