-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Grizzly provider aggressively set cookie missing domain and path to / #631
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
Comments
Hey, Thank you! |
A user agent should only send the cookie name and value to the server. Other informations such as domain and path only belongs to cookies that go from the server to the user agent, so it can figure out when to send them back. |
oh, ok so we're |
#631 "Grizzly provider aggressively set cookie missing domain and path to /"
#631 "Grizzly provider aggressively set cookie missing domain and path to /"
#631 "Grizzly provider aggressively set cookie missing domain and path to /"
fixed |
Yeah, that's how I should have stated it, it would have been clearer :) |
See https://github.com/AsyncHttpClient/async-http-client/blob/1.9.x/src/test/java/com/ning/http/client/async/grizzly/GrizzlyAsyncProviderBasicTest.java#L56
The text was updated successfully, but these errors were encountered: