Skip to content
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

[SecurityBundle] Use RequestStack instead of full Container in LogoutUrlHelper #10250

Closed
wants to merge 1 commit into from

Conversation

stloyd
Copy link
Contributor

@stloyd stloyd commented Feb 12, 2014

Q A
Bug fix? kinda
New feature? no
BC breaks? kinda(?)
Deprecations? no
Tests pass? yes
Fixed tickets #10249 (this PR is an alternative approach)
License MIT

@Tobion
Copy link
Member

Tobion commented Feb 12, 2014

It is a bc break obviously. But I agree injecting the container is not so nice and not needed anymore.

@stloyd
Copy link
Contributor Author

stloyd commented Feb 12, 2014

@Tobion Yeah, you are probably right, but BC break is mostly because of the broken request management before 2.3 (I have considered to replace it there already there with setRequest() but it would be more complicated in case of BC compatibility)...

@Tobion
Copy link
Member

Tobion commented Feb 12, 2014

Bc break is the changed constructor.

@deguif
Copy link
Contributor

deguif commented Feb 12, 2014

That's why I didn't make this change in #10249
But number of implementations having derived from this class must be ridiculous ;)

@fabpot
Copy link
Member

fabpot commented Feb 28, 2014

Closing as it breaks BC.

@fabpot fabpot closed this Feb 28, 2014
@stloyd stloyd deleted the bugfix/logout_url branch February 28, 2014 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants