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

Sanitize cookie names. #2216

Merged

Commits on Oct 5, 2017

  1. Sanitize cookie names.

    According to RFC 2616 section 2.2 and [1], only a certain subset of
    characters is permitted in cookie names. Specifically, slashes contained
    may cause the cookie to not get set by certain browsers.
    
    This change makes sure that the backend name embedded in the cookie name
    is sanitized accordingly.
    
    [1] https://stackoverflow.com/a/1969339
    timoreimann authored and traefiker committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    c63408d View commit details
    Browse the repository at this point in the history