Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [servlet-dev] SameSite attribute in Servlet 6.0

There's a bunch of attribute methods on jakarta.servlet.http.Cookie that you can use now.

https://github.com/jakartaee/servlet/blob/6.0.0/api/src/main/java/jakarta/servlet/http/Cookie.java#L442-L519

Is that what you are looking for?

- Joakim


On Fri, Jul 29, 2022 at 11:07 AM Francesco Marchioni <marchioni.francesco@xxxxxxxxx> wrote:
Hi all Servlet devs,
I was looking for an example class to test the SameSite attribute available in Servlet 6.0 as discussed in here:

Issue 175

Provide generic attribute support to cookies, including session cookies, to provide support for additional attributes such as the SameSite attribute.

I have looked inside the Issue but I couldn't find it,
thanks!
Francesco
_______________________________________________
servlet-dev mailing list
servlet-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/servlet-dev

Back to the top