]
Michal Babacek edited comment on MODCLUSTER-435 at 11/3/14 5:44 AM:
--------------------------------------------------------------------
pull-request for 1.2.x branch
was (Author: mbabacek):
1.2.x
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
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.