-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
https://github.com/undertow-io/undertow-ee/pull/43, https://github.com/undertow-io/undertow/pull/1890, https://github.com/undertow-io/undertow/pull/1891, https://gitlab.cee.redhat.com/undertow-io/undertow/-/commit/a2d02e5a29a0b5cd39d857781864bef9ff450856, https://github.com/undertow-io/undertow/pull/1908, https://github.com/undertow-io/undertow-ee/pull/65
The io.undertow.servlet.spec.ServletCookieAdaptor has a isSameSite() setSameSite(boolean), getSameSiteMode() and setSameSiteMode(String). When working on UNDERTOW-2523, I incorrectly implemented the boolean variants.
We need to reintroduce the boolean instance variable and use this instead of assigning a Lax value if set to true.
- is caused by
-
UNDERTOW-2675 Make Undertow compatible with RFC6265
-
- Closed
-
-
UNDERTOW-2662 Quoted cookie versions cannot be parsed correctly
-
- Closed
-
-
UNDERTOW-2523 Implement Jakarta Servlet 6.1
-
- Closed
-