]
Tomaz Cerar updated WFLY-3448:
------------------------------
Fix Version/s: 8.2.0.CR1
Session ID change with sub-directories using "/" context
(virtual host)
-----------------------------------------------------------------------
Key: WFLY-3448
URL:
https://issues.jboss.org/browse/WFLY-3448
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.1.0.Final
Environment: Wildfly 8.1.0 RC2
Reporter: David Cabillic
Assignee: Stuart Douglas
Labels: sessionid, virtualhosts
Fix For: 8.2.0.CR1, 9.0.0.Alpha1
I used a virtual host in Wildfly like this :
<host name="toto" alias="www.toto.com">
<location name="/" handler="welcome-content"/>
</host>
When I try to access
www.toto.com/sub/, a new cookie is created. It would be great with a
"/sub" context but it is not for a "/" context.