Skip to content

[SecurityBundle] do not override custom access decision configs #28793

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
Oct 10, 2018

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Oct 9, 2018

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #28766
License MIT
Doc PR

);
if (!isset($v['access_decision_manager'])) {
$v['access_decision_manager'] = array();
}
Copy link
Member

Choose a reason for hiding this comment

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

This part is not needed as PHP won't emit a notice when a directory is not defined and will happily create it on demand (line below).

Copy link
Member Author

Choose a reason for hiding this comment

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

indeed, updated

@fabpot
Copy link
Member

fabpot commented Oct 10, 2018

Thank you @xabbuh.

@fabpot fabpot merged commit 7743146 into symfony:3.4 Oct 10, 2018
fabpot added a commit that referenced this pull request Oct 10, 2018
…nfigs (xabbuh)

This PR was merged into the 3.4 branch.

Discussion
----------

[SecurityBundle] do not override custom access decision configs

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #28766
| License       | MIT
| Doc PR        |

Commits
-------

7743146 do not override custom access decision configs
@xabbuh xabbuh deleted the issue-28766 branch October 10, 2018 09:25
This was referenced Nov 3, 2018
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