Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Merged
merged 1 commit into from
May 21, 2017

Conversation

xabbuh
Copy link
Member

@xabbuh 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

@xabbuh xabbuh added this to the 4.0 milestone May 21, 2017
@xabbuh xabbuh force-pushed the security-remove-deprecated-features branch from 5498aa8 to eaecadd Compare May 21, 2017 09:49
@@ -48,21 +48,8 @@ public function __construct(RequestStack $requestStack = null, UrlGeneratorInter
* @param CsrfTokenManagerInterface|null $csrfTokenManager A CsrfTokenManagerInterface instance
* @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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be string $context

@xabbuh xabbuh force-pushed the security-remove-deprecated-features branch 2 times, most recently from 1f6e794 to be387ed Compare May 21, 2017 09:54
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()`
Copy link
Contributor

@ogizanagi ogizanagi May 21, 2017

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)

Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@xabbuh xabbuh force-pushed the security-remove-deprecated-features branch from be387ed to 6a11506 Compare May 21, 2017 11:20
@nicolas-grekas
Copy link
Member

FC layer missing in fact

@xabbuh
Copy link
Member Author

xabbuh commented May 21, 2017

see #22830

@xabbuh xabbuh force-pushed the security-remove-deprecated-features branch from 6a11506 to 97bbf7c Compare May 21, 2017 13:25
nicolas-grekas added a commit that referenced this pull request May 21, 2017
…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
symfony-splitter pushed a commit to symfony/security-bundle that referenced this pull request May 21, 2017
…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
Copy link
Member

rebase needed

@xabbuh xabbuh force-pushed the security-remove-deprecated-features branch from 97bbf7c to 236379a Compare May 21, 2017 17:45
@xabbuh xabbuh force-pushed the security-remove-deprecated-features branch from 236379a to 2397504 Compare May 21, 2017 18:02
@xabbuh
Copy link
Member Author

xabbuh commented May 21, 2017

rebased, tests pass

@fabpot
Copy link
Member

fabpot commented May 21, 2017

Thank you @xabbuh.

@fabpot fabpot merged commit 2397504 into symfony:master May 21, 2017
fabpot added a commit that referenced this pull request May 21, 2017
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
@xabbuh xabbuh deleted the security-remove-deprecated-features branch May 21, 2017 18:35
@fabpot fabpot mentioned this pull request Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants