]
Hisanobu Okuda updated WFLY-11071:
----------------------------------
Git Pull Request:
domain="undefined" in JSESSIONIDSSO
-----------------------------------
Key: WFLY-11071
URL:
https://issues.jboss.org/browse/WFLY-11071
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 14.0.0.Final
Reporter: Hisanobu Okuda
Assignee: Stuart Douglas
Attachments: test.war
When SSO is enabled and the domain is undefined, the JSESSIONIDSSO cookie has a invalid
domain="undefined" as follows:
{code}
Set-Cookie: JSESSIONIDSSO=H_xYotFv_g4dUibKUXxkK5zaFx-IESzIHHDvmeEW; path=/;
domain=undefined
{code}