Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[SecurityBundle] Fix remember-me cookie framework inheritance when session is disabled #29224

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
Nov 15, 2018
Merged

[SecurityBundle] Fix remember-me cookie framework inheritance when session is disabled #29224

merged 1 commit into from
Nov 15, 2018

Conversation

fbourigault
Copy link
Contributor

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #29217
License MIT
Doc PR N/A

When framework.session configuration key is not an array, we ignore it.

@fbourigault
Copy link
Contributor Author

Does anyone know how to get the tests green without having to setup a kernel?

@nicolas-grekas nicolas-grekas added this to the 4.2 milestone Nov 14, 2018
@nicolas-grekas
Copy link
Member

nicolas-grekas commented Nov 14, 2018

(tests are red)

@fbourigault
Copy link
Contributor Author

(tests are red)

I know, but I don't know (yet) how to get green test suite. I'm still looking at the differences between 7.1 and 7.2 deps=low to find how to get green tests.

@nicolas-grekas
Copy link
Member

nicolas-grekas commented Nov 14, 2018

cd src/Symfony/Bundle/SecurityBundle
composer up --prefer-lowest --prefer-stable
../../../../phpunit

@fbourigault
Copy link
Contributor Author

AppVeyor build failure seems unrelated.

@nicolas-grekas
Copy link
Member

Thank you @fbourigault.

@nicolas-grekas nicolas-grekas merged commit af81008 into symfony:master Nov 15, 2018
nicolas-grekas added a commit that referenced this pull request Nov 15, 2018
…nce when session is disabled (fbourigault)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[SecurityBundle] Fix remember-me cookie framework inheritance when session is disabled

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #29217
| License       | MIT
| Doc PR        | N/A

When `framework.session` configuration key is not an array, we ignore it.

Commits
-------

af81008 [SecurityBundle] Fix remember-me cookie framework inheritance when session is disabled
@fbourigault fbourigault deleted the fix-rememberme-cookie-framework-inheritance branch November 15, 2018 13:34
@fabpot fabpot mentioned this pull request Nov 16, 2018
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