-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security] remove deprecated features #22821
Conversation
xabbuh
commented
May 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 to
eaecadd
Compare
| * @param string|null $context The listener context | ||
| */ | ||
| public function registerListener($key, $logoutPath, $csrfTokenId, $csrfParameter, CsrfTokenManagerInterface $csrfTokenManager = null/*, string $context = null*/) | ||
| public function registerListener($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 be string $context
1f6e794 to
be387ed
Compare
| 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()` |
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 to
6a11506
Compare
|
FC layer missing in fact |
|
see #22830 |
6a11506 to
97bbf7c
Compare
…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
|
rebase needed |
97bbf7c to
236379a
Compare
236379a to
2397504
Compare
|
rebased, tests pass |
|
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