e4af5c3631
Motivation: Netty currently does not support the SameSite attribute for response cookies (see issue #8161 for discussion). Modifications: The attribute has been added to the DefaultCookie class as a quick fix since adding new methods to the Cookie interface would be backwards-incompatible. ServerCookieEncoder and ClientCookieDecoder have been updated accordingly to process this value. No validation for allowed values (Lax, None, Strict) has been implemented. Result: Response cookies with the SameSite attribute set can be read or written by Netty. Co-authored-by: David Latorre <a-dlatorre@hotels.com> |
||
---|---|---|
.. | ||
src | ||
pom.xml |