[jboss-jira] [JBoss JIRA] (WFLY-5673) Equals signs in cookies configuration is not working in Domain mode
Boominathan Shanmugam (JIRA)
issues at jboss.org
Mon Nov 23 13:12:00 EST 2015
[ https://issues.jboss.org/browse/WFLY-5673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132881#comment-13132881 ]
Boominathan Shanmugam commented on WFLY-5673:
---------------------------------------------
Thanks Tomaz.
Currently tried with 8.1.0 Final version.
Will try with 8.2.x or 9.0 and will update.
> 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).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list