-
Bug
-
Resolution: Done
-
Major
-
8.1.0.Final
-
-
Compatibility/Configuration, User Experience
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.
- relates to
-
WFLY-3758 Unable to run JSF applications deployed to "/"
- Closed