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 #3433 - Multiple cookies with same name are not supported #4390

Merged
merged 6 commits into from
Feb 18, 2020
Merged

Fix #3433 - Multiple cookies with same name are not supported #4390

merged 6 commits into from
Feb 18, 2020

Commits on Feb 7, 2020

  1. Fix 3433 - Multiple cookies with same name are not supported

    Signed-off-by: tvallin <thibault.vallin@oracle.com>
    tvallin committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    743c3fa View commit details
    Browse the repository at this point in the history
  2. Fix 3433 - Check style fix

    Signed-off-by: tvallin <thibault.vallin@oracle.com>
    tvallin committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    392a1c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Fix #3433 - Use maxAge instead of Date + method renaming

    Signed-off-by: tvallin <thibault.vallin@oracle.com>
    tvallin committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    f54fe96 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Fix #3433 - Use calendar for test + comparator for cookie

    Signed-off-by: tvallin <thibault.vallin@oracle.com>
    tvallin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    a64354a View commit details
    Browse the repository at this point in the history
  2. Fix #3433 - fix compareNullable return value

    Signed-off-by: tvallin <thibault.vallin@oracle.com>
    tvallin committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    7693649 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Fix #3433 - remove compareNullable method + fix calendar test

    Signed-off-by: tvallin <thibault.vallin@oracle.com>
    tvallin committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    a72ab1f View commit details
    Browse the repository at this point in the history