-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Bugfix for #1850 #2143
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
Bugfix for #1850 #2143
Conversation
So what's the upshot of this change then? |
I tried this and when caching is enabled (whole site) it does not work. |
@paschembri do you have a code sample we could test against ? |
Actually the exact setup for the application (that fails with caching enabled) is : But the tricky thing to observe the failure is to use several http clients, I was working with firefox and the developer console (caching enabled server-side) then I tried accessing the api using another browser (so no cookies, no client cache control) and that's when it failed. I did not have to change the ip address to observe the failure. EDIT: EDIT2 : |
Ok, something is strange, I just tried again to enable cache on the app and now it's working (with the proposed patch). I believe it was late when I was working on this. |
Seems to work from here. |
I guess the patch works as expected |
No description provided.