]
Radoslav Husar updated MODCLUSTER-435:
--------------------------------------
Summary: If "Balancer name includes" uppercase letter in name then
mod_cluster will not maintain sticky sessions (was: If "Balancer name includes"
uppercase latter in name then modcluster will not maintain sticky sessions)
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: Jean-Frederic Clere
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.