Skip to content

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

@erickok

Description

@erickok

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions