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

Actually check cookie expirations #130

Merged
merged 14 commits into from
Oct 14, 2015
Merged

Actually check cookie expirations #130

merged 14 commits into from
Oct 14, 2015

Commits on Dec 1, 2014

  1. Configuration menu
    Copy the full SHA
    efdf65e View commit details
    Browse the repository at this point in the history
  2. Allow passing an alternative reference time

    This allows testing relative timestamps, and will also allow better
    usage once we move on to actually checking the expiration.
    rmccue committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    4365b7f View commit details
    Browse the repository at this point in the history
  3. Add tests for cookie parsing

    rmccue committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    d52292f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Configuration menu
    Copy the full SHA
    4a4006e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbfa84a View commit details
    Browse the repository at this point in the history
  3. Add more expired cookie tests

    rmccue committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    0c4dc8f View commit details
    Browse the repository at this point in the history
  4. Check blank path matches root

    rmccue committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    ee0223d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4873fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c83d12a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9a8c43 View commit details
    Browse the repository at this point in the history
  8. Flip host-only flag to match specification

    This was previously backwards, which caused domainMatches to fail.
    rmccue committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    47702fd View commit details
    Browse the repository at this point in the history
  9. Refactor the tests a bit

    rmccue committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    6d3fa29 View commit details
    Browse the repository at this point in the history
  10. Add origin matching tests

    rmccue committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    6c99e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Test setting an expired cookie

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    5ca7917 View commit details
    Browse the repository at this point in the history