[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-477) Broken design: session cookie name should be specified on the Context level instead of the Engine level

Radoslav Husar (JIRA) issues at jboss.org
Wed Oct 12 05:52:00 EDT 2016


     [ https://issues.jboss.org/browse/MODCLUSTER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar updated MODCLUSTER-477:
--------------------------------------
    Summary: Broken design: session cookie name should be specified on the Context level instead of the Engine level  (was: Broken design: session cookie name should be specified on the Context level instead of only on the Engine level)


> Broken design: session cookie name should be specified on the Context level instead of the Engine level
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MODCLUSTER-477
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-477
>             Project: mod_cluster
>          Issue Type: Bug
>          Components: Core & Container Integration (Java), Documentation & Demos, Native (httpd modules)
>    Affects Versions: 1.0.10, 1.1.3.Final, 1.2.11.Final, 1.3.1.Final
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>            Priority: Critical
>
> In web.xml [2], user is allowed to configure cookie name per context. However, in MCMP [1] this configuration is only propagated on the CONFIG - org.jboss.modcluster.container.Engine level.
> This essentially means that user configuring a cookie name different from the default / or default host configuration will have broken session stickiness.
> [2]
> https://developer.jboss.org/wiki/Mod-ClusterManagementProtocol
> [1]
> {code:xml}
>       <xsd:element name="name"
>                    type="javaee:cookie-nameType"
>                    minOccurs="0">
>         <xsd:annotation>
>           <xsd:documentation>
>             The name that will be assigned to any session tracking
>             cookies created by this web application.
>             The default is JSESSIONID
>             
>           </xsd:documentation>
>         </xsd:annotation>
>       </xsd:element>
> {code}



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


More information about the mod_cluster-issues mailing list