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

Session cookies not parsed with lowercase set-cookies header #9

Open
erickok opened this issue Apr 3, 2013 · 0 comments
Open

Session cookies not parsed with lowercase set-cookies header #9

erickok opened this issue Apr 3, 2013 · 0 comments

Comments

@erickok
Copy link

erickok commented Apr 3, 2013

httpclient includes a fix for a bug in Android's HttpURLConnection before Gingerbread such that headers are converted to lowercase. However, HttpRequestBuilder's cookie parsing does not handle such cases, where the cookies header is "set-cookies" instead of "Set-Cookies". (The returned HttpResponse has them properly set as "Set-Cookies" header, but then the parsing into in-memory cookies already failed.)

erickok added a commit to erickok/httpclient that referenced this issue Apr 3, 2013
…et-cookies' header, as workaround for the pre-Gingerbread lowercase header bug (issue pixmob#9).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant