[jboss-jira] [JBoss JIRA] (WFLY-5673) Equals signs in cookies configuration is not working in Domain mode

Boominathan Shanmugam (JIRA) issues at jboss.org
Thu Nov 12 18:05:00 EST 2015


Boominathan Shanmugam created WFLY-5673:
-------------------------------------------

             Summary: 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
            Reporter: Boominathan Shanmugam
            Assignee: Jason Greene


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). 




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list