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

Thanks Joakim!
I see the setAttribute method covers my use case. 👍 


Il giorno ven 29 lug 2022 alle 19:49 Joakim Erdfelt <joakim.erdfelt@xxxxxxxxx> ha scritto:
There's a bunch of attribute methods on jakarta.servlet.http.Cookie that you can use now.


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
_______________________________________________
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