]
Stuart Douglas updated WFLY-9810:
---------------------------------
Component/s: Web (Undertow)
(was: Web Console)
Enable setting of default cookie version in Undertow
----------------------------------------------------
Key: WFLY-9810
URL:
https://issues.jboss.org/browse/WFLY-9810
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Labels: tp_candidate
Tomcat performs an automatic conversion for incoming cookies from version 0 to version 1,
sending back a v1 cookie. We should consider whether Undertow should do this, and if it
does provide a way to disable it similar to the
org.apache.tomcat.util.http.ServerCookie.VERSION_SWITCH=false system property.