Skip to content

[FrameworkBundle] [4.4]: Fix method name compare in ResolveControllerNameSubscriber #40398

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
Mar 7, 2021

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Mar 6, 2021

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

The left side to strtolower was not actually lowercased, so it would be always false.

The bug was introduced in 6c109c7 (#31938)

The left side to strtolower was not actually lowercased, so it would be always false.
@carsonbot carsonbot added this to the 4.4 milestone Mar 6, 2021
@glensc glensc changed the title Fix method name compare in ResolveControllerNameSubscriber [4.4]: Fix method name compare in ResolveControllerNameSubscriber Mar 6, 2021
@carsonbot carsonbot changed the title [4.4]: Fix method name compare in ResolveControllerNameSubscriber [FrameworkBundle] [4.4]: Fix method name compare in ResolveControllerNameSubscriber Mar 6, 2021
@derrabus
Copy link
Member

derrabus commented Mar 7, 2021

Thank you @glensc.

@derrabus derrabus merged commit 28fb06e into symfony:4.4 Mar 7, 2021
@fabpot fabpot mentioned this pull request Mar 10, 2021
@glensc glensc deleted the patch-1 branch March 10, 2021 17:20
@glensc
Copy link
Contributor Author

glensc commented Mar 10, 2021

This should appear only in 4.4 release, as the patched class is removed in 5.0:

@fabpot fabpot mentioned this pull request Mar 29, 2021
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.

5 participants