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

[8.x] Clear a cached user in RequestGuard if a request is changed #35692

Merged
merged 2 commits into from Dec 22, 2020

Commits on Dec 22, 2020

  1. Clear a cached user in RequestGuard if a request is changed

    This guard retrieves a user from a request data, so a cached user should be cleared on a request change.
    n7olkachev committed Dec 22, 2020
    Copy the full SHA
    d98bfce View commit details
    Browse the repository at this point in the history
  2. fix indentation

    n7olkachev committed Dec 22, 2020
    Copy the full SHA
    dbeec7d View commit details
    Browse the repository at this point in the history