-
Notifications
You must be signed in to change notification settings - Fork 604
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
Allow the SameSite attribute to be set on a Cookie #10086
Comments
SameSite
attribute to be set on a Cookie
On February 18, Paul and I slacked about the documentation requirements. Any updates in the doc will be in Autogen. The usual blog post will also be published. So, ID has no requirement to write documentation. Approving this epic. |
This feature has no user interface except for configuration parameters. No accessibility testing required. |
Serviceability Approval Comment - Please answer the following questions for serviceability approval:
b) Who did you demo to?
c) Do the people you demo'd to agree that the serviceability of the demonstrated problem scenarios is sufficient to avoid PMRs for any problems customers are likely to encounter, or that L2 should be able to quickly address those problems without need to engage L3?
|
No STE is needed. I've approved the feature. |
I've opened a GA blog post issue which is linked to this EPIC as well as a stand alone blog post with additional details : OpenLiberty/blogs#288 |
All approvals are completed, closing. |
We need to investigate and design a way to add the
SameSite
attribute to cookies added via the Servlet API by applications as well as the session Cookie created by Open Liberty. In addition we should investigate any other cookies that we set as part of the runtime and determine if we need to add a configuration forSameSite
to those cookies as well.Jakarta Servlet Spec Issue: jakartaee/servlet#175
RFE Link: https://www.ibm.com/developerworks/rfe/execute?use_case=viewChangeRequest&CR_ID=119022
Current options documented here: https://www.ibm.com/support/pages/browser-changes-samesite-cookie-handling-and-websphere-application-server
UFO: https://ibm.box.com/s/oeiwm7h19iy9is55uvx05yipb4dpvrzb
List of Steps to complete or get approvals / sign-offs for Onboarding to the Liberty release (GM date)
Instructions:
TARGET COMPLETION DATE Before Development Starts or 8 weeks before Onboarding
TARGET COMPLETION DATE 3 weeks before Onboarding
TARGET COMPLETION DATE ** 3 weeks before Onboarding**
TARGET COMPLETION DATE 2 weeks before Onboarding
APPROVALS with TARGET COMPLETION DATE 2 to 1 week before Onboarding
Prereq: You must have the Design Approved or No Design Approved label on the GitHub Epic.
TARGET COMPLETION DATE 1 week before Onboarding
NOT REQUIRED FOR A FEATURE
Related Deliverables TARGET COMPLETION DATE General Availability
UFO Socialization Minutes
a staging approach.
Note: Document that SetCookieAttribute API only support SameSite attribute in this release.
No change to the Remove CookieAttribute API definition in this release but we will change it become more general in the future release.
Opened Epic for this follow on work: Allow the SameSite attribute to be set on a Cookie - Application Level Configuration #11091
The text was updated successfully, but these errors were encountered: