]
Tomaz Cerar closed WFLY-5673.
-----------------------------
Resolution: Cannot Reproduce Bug
Equals signs in cookies configuration is not working in Domain mode
-------------------------------------------------------------------
Key: WFLY-5673
URL:
https://issues.jboss.org/browse/WFLY-5673
Project: WildFly
Issue Type: Bug
Components: Domain Management, Web (Undertow)
Affects Versions: 8.1.0.Final
Reporter: Boominathan Shanmugam
Assignee: Tomaz Cerar
The property that allows WILDFLY 8.1 in standalone mode to have = in cookie values
<subsystem xmlns="urn:jboss:domain:undertow:1.1">
<buffer-cache name="default"/>
<server name="default-server">
<http-listener name="default"
socket-binding="http" allow-equals-in-cookie-value="true"/>
The issue we are seeing is that setting that to true, via CLI, in domain mode does not
make the code behave the same way as it does in standalone. Could be that there are more
changes required in domain mode than just setting this setting, but I could not find
anything. Could also be that caching is somehow not letting the new value in, tho I did
restart the entire system, including the DC (even deleted the /tmp folder on both nodes
and on DC).