]
Stuart Douglas moved EAP7-909 to WFLY-9810:
-------------------------------------------
Project: WildFly (was: EAP 7 Planning Pilot)
Key: WFLY-9810 (was: EAP7-909)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow 1.2)
Component/s: Web Console
(was: Undertow)
(was: Web Console)
Analysis Document: (was:
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 Console
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.