-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
cookie engine enabled without asked to #4429
Labels
Comments
bisected to b889408 Lines 2294 to 2298 in 9cd755e
Lines 78 to 88 in 9cd755e
|
Yes exactly. But I think it is an API problem/misbehavior that this curl change brought into light, so that is where I've done my fix for this in #4434 . |
bagder
added a commit
that referenced
this issue
Sep 27, 2019
The 'share object' only sets the storage area for cookies. The "cookie engine" still needs to be enabled or activated using the normal cookie options. This caused the curl command line tool to accidentally use cookies without having been told to, since curl switched to using shared cookies in 7.66.0. Test 1166 verifies Updated test 506 Fixes #4429 Closes #4434
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
curl $URL $URL
... where the $URL sets a cookie.
I expected the following
No cookie would be sent in the second request, but it actually is!
This is likely to be a regression from 7.66.0 when this is using the share interface as compared to how things worked before.
curl/libcurl version
7.66.0
operating system
Any
The text was updated successfully, but these errors were encountered: