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 CSRF token failures in IntegrationTestCase #7839

Merged
merged 2 commits into from
Dec 13, 2015
Merged

Fix CSRF token failures in IntegrationTestCase #7839

merged 2 commits into from
Dec 13, 2015

Commits on Dec 12, 2015

  1. Configuration menu
    Copy the full SHA
    1404250 View commit details
    Browse the repository at this point in the history
  2. Keep CSRF tokens consistent across all requests in a test case.

    Keep the CSRF token consistent across all the requests in a single test
    case method. This saves regenerating the token and even lets people
    pre-configure the token if they really want to.
    
    Refs #7828
    markstory committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    cf833c7 View commit details
    Browse the repository at this point in the history