Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
#21809 [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile#21810
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
nicolas-grekas commentedMar 1, 2017
Any test case? |
antanas-arvasevicius commentedMar 1, 2017
still no, in 20min |
xabbuh commentedMar 1, 2017
@antanas-arvasevicius Can you confirm that this change is not necessary if#21811 gets merged? |
0329b73 to7625f9eCompareantanas-arvasevicius commentedMar 1, 2017
added test cases for this. I think it's better to accept this PR as this will prevent that kind of bugs in the future. |
…ntains upper cases then container didn't compile
7625f9e toe0107d0Compareantanas-arvasevicius commentedMar 1, 2017
test errors on 5.5 7.1https://travis-ci.org/symfony/symfony/jobs/206617501#L2417 |
… (xabbuh)This PR was merged into the 3.3-dev branch.Discussion----------Revert "[SecurityBundle] only pass relevant user provider"| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#21809,#21810| License | MIT| Doc PR |This reverts commitd97e07f (applies#21798 on `master`). There is no merge commit that could be reverted.Commits-------5b016ce Revert "[SecurityBundle] only pass relevant user provider"
fabpot commentedMar 23, 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.
@antanas-arvasevicius Indeed, just removing the |
fabpot commentedMar 23, 2017
Thank you@antanas-arvasevicius. |
…e contains upper cases then container didn't compile (Antanas Arvasevicius)This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#21810).Discussion----------#21809 [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? no| Tests pass? | yes| Fixed tickets |#21809| License | MITthen security.yml providers was with upper case, on container compile error was thrown:````[04:39:32][Ant output] [exec] [exec] > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache[04:39:32][Ant output] [exec] [exec][04:39:32][Ant output] [exec] [exec][04:39:32][Ant output] [exec] [exec] [Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException][04:39:32][Ant output] [exec] [exec] The service "security.authentication.provider.simple_form.default" has a de[04:39:32][Ant output] [exec] [exec] pendency on a non-existent service "security.user.provider.concrete.carrier[04:39:32][Ant output] [exec] [exec] User".`````Problem has occurred with this commit line:fbd9f88#diff-2be909961a57bf75fbb600c1f5fc46e3R320Issue fixes with this PR.Commits-------6d23c8c#21809 [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile
antanas-arvasevicius commentedMar 23, 2017
@fabpot, if |
fabpot commentedMar 23, 2017
@antanas-arvasevicius I've taken care of it when merging. Thanks. |
Uh oh!
There was an error while loading.Please reload this page.
then security.yml providers was with upper case, on container compile error was thrown:
Problem has occurred with this commit line:
fbd9f88#diff-2be909961a57bf75fbb600c1f5fc46e3R320
Issue fixes with this PR.