Skip to content

Dates are not parsed properly #9

Description

@wrygiel

The RequestContent.tryParseDate makes use of SimpleDateFormat without supplying a Locale. In this case, SimpleDateFormat makes use of the default system locale, which is not necessarily compatible with RFC 1123.

The result is that on some systems valid Date headers are not parsed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions