]
RH Bugzilla Integration commented on MODCLUSTER-435:
----------------------------------------------------
Michal Babacek <mbabacek(a)redhat.com> changed the Status of [bug
If "Balancer name includes" uppercase letter in name then
mod_cluster will not maintain sticky sessions
-------------------------------------------------------------------------------------------------------
Key: MODCLUSTER-435
URL:
https://issues.jboss.org/browse/MODCLUSTER-435
Project: mod_cluster
Issue Type: Bug
Components: Native (httpd modules)
Affects Versions: 1.2.9.Final, 1.3.1.Alpha2
Reporter: Michal Babacek
Assignee: Michal Babacek
Fix For: 1.2.10.Final, 1.3.1.Alpha3
If one sets {{ManagerBalancerName}} (or balancer attribute in m_c subsystem) to something
containing an upper case letter, e.g. _thisIsBalancerName_, sticky sessions behaviour gets
broken.
Jean-Frederic suggests looking into usages of {{strcasecmp()}} in mod_proxy_balancer,
rendering {{strncmp()}} in mod_cluster erroneous.