Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[SecurityBundle] Enhance FirewallContext::getListeners()#22475
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
chalasr 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.
👍
ro0NL commentedApr 19, 2017
OK.. im getting some root issues here; ie. the Looking at it..@chalasr any headsup? Should we still do this PR? |
chalasr commentedApr 19, 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.
diff --git a/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php b/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.phpindex a511193..55272ec 100644--- a/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php+++ b/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php@@ -124,7 +124,7 @@ class _FirewallMap return array(array(), null); }- return $context->getListeners();+ return array($context->getListeners(), $context->getExceptionListener()); } /** should make this green. |
ro0NL commentedApr 19, 2017
Of course.... thanks :) |
javiereguiluz 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.
👍
fabpot commentedApr 26, 2017
Thank you@ro0NL. |
… (ro0NL)This PR was merged into the 3.3-dev branch.Discussion----------[SecurityBundle] Enhance FirewallContext::getListeners()| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#20417 (comment),#20417 (comment)| License | MIT| Doc PR | symfony/symfony-docs#... <!--highly recommended for new features-->I think@stof is right.. and the fact we can do this on master currently without the hassle.cc@chalasrCommits-------ba65078 [SecurityBundle] Enhance FirewallContext::getListeners()
Uh oh!
There was an error while loading.Please reload this page.
I think@stof is right.. and the fact we can do this on master currently without the hassle.
cc@chalasr