-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Missing deprecation+bc-layer for renaming intention to csrf_token_id in SecurityBundle #16720
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
Labels
Comments
@nicolas-grekas You already added a deprecation trigger in #16704. Do you have something else in mind here? |
Checkout 2.8, remove insulation in
|
|
fabpot
added a commit
that referenced
this issue
Nov 28, 2015
…f deprecated intention (jakzal) This PR was squashed before being merged into the 2.8 branch (closes #16722). Discussion ---------- [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16720 | License | MIT | Doc PR | - Commits ------- 0450865 [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"intention" is renamed to "csrf_token_id", but not in SecurityBunde.
This went unoticed because the related deprecation triggered by the Form component is hidden for insulated http tests...
See #16692 where intention is removed altogether.
The text was updated successfully, but these errors were encountered: