-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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
Conversation
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(); | ||
} |
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 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).
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.
indeed, updated
Thank you @xabbuh. |
…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