Skip to content
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

Issue with cookies - default path value #548

Closed
drungrin opened this issue Mar 19, 2017 · 1 comment
Closed

Issue with cookies - default path value #548

drungrin opened this issue Mar 19, 2017 · 1 comment
Milestone

Comments

@drungrin
Copy link

Hi, the cookies set with a redirect aren't working on level branch (worked fine with the master and HttpClientRequester + CookieContainer).

request 1: /path1, set a cookie THECOOKIE=value1
request 2: /path1/somefile.jsp redirects to /path2/file2.jsp
/path2/file2.jsp request is going with the cookie from path1 (THECOOKIE=value1)

@FlorianRappl FlorianRappl changed the title Issue with cookies on devel branch Issue with cookies - default path value Mar 19, 2017
@FlorianRappl FlorianRappl added this to the v0.10 milestone Mar 19, 2017
@FlorianRappl
Copy link
Contributor

Seems to me like the default path value is not set correctly. I guess it will just be set to /. I will investigate and release a fix.

FlorianRappl added a commit that referenced this issue Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants