Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Security] Fix bug introduced in entry_point configuration (#36575)#36650

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

Merged
fabpot merged 1 commit intosymfony:masterfromwouterj:patch-18
May 1, 2020

Conversation

wouterj
Copy link
Member

QA
Branch?master
Bug fix?yes
New feature?no
Deprecations?no
Tickets-
LicenseMIT
Doc PR-

@fabpot
Copy link
Member

Thank you@wouterj.

@fabpotfabpot merged commitc30d6f9 intosymfony:masterMay 1, 2020
@wouterjwouterj deleted the patch-18 branchMay 1, 2020 07:59
@fabpot
Copy link
Member

I was too fast to try the patch. I thought it fixed the issue, but I messed up with Git. Unfortunately, it does not fix the issue for me.

@wouterj
Copy link
MemberAuthor

Hmm, I don't have time to test this locally myself today.

Thinking about it, I think there might be an issue when no enabled authenticator factory implementsEntryPointFactoryInterface. In that case,$entryPoints is still empty and simply ignored (no error). Can you maybe try (line 560):

-        if ($entryPoints) {+        if ($this->authenticatorManagerEnabled) {

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fabpotfabpotfabpot approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@wouterj@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp