-
Notifications
You must be signed in to change notification settings - Fork 83
Update master from 1.3 #473
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
Conversation
more specific versions on very old builds
Add SessionListener::onFinishRequest method to work with Symfony 3.4.12
8fda115
to
449ce2f
Compare
damn, now this is failing :-( at least, for those on version 1 of this bundle, there is now 1.3.16 which contains the fix. |
These are failures on Symfony 4, might be due to the changes @nicolas-grekas
|
This issue should be fixed by symfony/symfony#27736 |
Should we wait for the next Symfony 4.1.2 release? |
Guess we should mark the bogus symfony release as conflicting
Karel <[email protected]> schrieb am Di., 3. Juli 2018, 11:04:
… Should we wait for the next Symfony 4.1.2 release?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#473 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAErILszKrxSnGxzwPRQy9IxsI0H2v-dks5uCzOzgaJpZM4U8oZM>
.
|
@nicolas-grekas this also does not work with 4.1.0. could it be that there is a bug with the NO_AUTO_CACHE_CONTROL_HEADER ? |
I don't know really, it didn't change since it's introduction to me. Can you spot why it doesn't work? |
looking further, i see that other tests using the magic header do work. on the failing test, we do not set the header, but there is no cookies or anything, so overwriting the cache control should not happen: https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/blob/master/tests/Functional/EventListener/CacheControlListenerTest.php (and the path |
the 4.1 build with symfony/routing 4.1.x-dev (73770bf) fails. however, the stability=dev build does NOT fail, even though it ends up with the same version of routing. now i am confused - are there other recent issues in symfony that could influence this? it should not matter, but i checked that the fos/http-cache version is exactly the same on both builds. |
@dbu Symfony 4.1.2 has been released, perhaps you can give it another try? |
looks like its not even this MR but a general regression of some kind. https://travis-ci.org/FriendsOfSymfony/FOSHttpCacheBundle/builds/393516882 is master and was green a month ago, now i restarted it it has failures. |
@dbu do you have more info? Maybe open an issue on Symfony if you have a reproducer and you found a suspicious behavior? |
Fixed in #476 |
No description provided.