Skip to content

SameSite attribute is not preserved #259

@nils-christian

Description

@nils-christian

Hi,

The proxy copies cookies from the response in copyProxyCookie. It does so by parsing the header value and writing the (modified) cookie proxy in the HttpServletResponse object. However the SameSite attribute gets lost in this process.

As java.net.HttpCookie can not transport this information the proxy should parse the header for the SameSite attribute and adds it to the proxy via setAttribute.

Thank you and best regards

Nils

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