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

Align Set-Cookie attribute names with RFC6265 syntax #2995

Merged
merged 1 commit into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. Set-Cookie names must not be lowercase

    This changeset aligns the "Set-Cookie" propertie names with the
    RFC6265 in the sense that according to syntax (see
    https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-4.1.1)
    all the names must uppercase the first character.
    
    Most browsers are lax in how they interpret the cookies so the
    old behavior should not cause any issues, but its better to
    align with the spec.
    daschl committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    12dfae1 View commit details
    Browse the repository at this point in the history