]
Michal Babacek updated MODCLUSTER-435:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
The bug is fixed. I'll close this JIRA as soon as the linked bugzilla makes its
transition to VERIFIED as well.
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.