Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Security] remove deprecated features#22821
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedMay 21, 2017
| Q | A |
|---|---|
| Branch? | master |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | yes |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | |
| License | MIT |
| Doc PR |
5498aa8 toeaecaddCompare| * @param string|null $context The listener context | ||
| */ | ||
| publicfunctionregisterListener($key,$logoutPath,$csrfTokenId,$csrfParameter,CsrfTokenManagerInterface$csrfTokenManager =null/*, string$context = null*/) | ||
| publicfunctionregisterListener($key,$logoutPath,$csrfTokenId,$csrfParameter,CsrfTokenManagerInterface$csrfTokenManager =null,$context =null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
should bestring $context
1f6e794 tobe387edCompare| You should implement this method yourself in your concrete authenticator. | ||
| * removed the`AccessDecisionManager::setVoters()` method | ||
| * removed the`RoleInterface` | ||
| * added a sixth`$context` argument to the`LogoutUrlGenerator::registerListener()` |
ogizanagiMay 21, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This one is already done in#22740 (sorry, hard to track)
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
be387ed to6a11506Comparenicolas-grekas commentedMay 21, 2017
FC layer missing in fact |
xabbuh commentedMay 21, 2017
see#22830 |
6a11506 to97bbf7cCompare…buh)This PR was merged into the 3.4 branch.Discussion----------[SecurityBundle] forward compatibility with Symfony 4| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR |#22821 (comment)Commits-------c783e1e forward compatibility with Symfony 4
…buh)This PR was merged into the 3.4 branch.Discussion----------[SecurityBundle] forward compatibility with Symfony 4| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR |symfony/symfony#22821 (comment)Commits-------c783e1e forward compatibility with Symfony 4
nicolas-grekas commentedMay 21, 2017
rebase needed |
97bbf7c to236379aCompare236379a to2397504Comparexabbuh commentedMay 21, 2017
rebased, tests pass |
fabpot commentedMay 21, 2017
Thank you@xabbuh. |
This PR was merged into the 4.0-dev branch.Discussion----------[Security] remove deprecated features| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Commits-------2397504 [Security] remove deprecated features