-
Bug
-
Resolution: Unresolved
-
Critical
-
1.0.10, 1.1.3.Final, 1.2.11.Final, 1.3.1.Final, 1.4.0.Final
-
None
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]
<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>
- is blocked by
-
MODCLUSTER-454 Versioning of mod_cluster management protocol (MCMP)
- Open