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

Initial commit for support SameSite cookie encoding #36

Merged
merged 5 commits into from
Feb 11, 2020

Conversation

mridang
Copy link

@mridang mridang commented Feb 11, 2020

Pull Request Checklist

Helpful things

Fixes

Fixes #xxxx

Purpose

Adds support for setting the SameSite attribute on cookies. If the secure attribute is enabled, the SameSite attribute is set to None. Otherwise, it's set to Lax.

Background Context

Why did you take this approach?

References

Are there any relevant issues / PRs / mailing lists discussions?


import org.jboss.netty.handler.codec.http.HttpConstants;

final class CookieUtil {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy Pasta. Ignore.

@gary-nosto gary-nosto changed the title Initial commit for support SS cookie encoidng Initial commit for support SameSite cookie encoding Feb 11, 2020
@gary-nosto gary-nosto merged commit 0ecc779 into master Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants