]
Radoslav Husar updated MODCLUSTER-397:
--------------------------------------
Component/s: Native (httpd modules)
StickySessions don't work for ProxyPass from unenabled context
--------------------------------------------------------------
Key: MODCLUSTER-397
URL:
https://issues.jboss.org/browse/MODCLUSTER-397
Project: mod_cluster
Issue Type: Bug
Components: Native (httpd modules)
Affects Versions: 1.2.8.Final
Reporter: Aaron Ogburn
Assignee: Jean-Frederic Clere
Fix For: 1.3.2.Alpha1
Sticky sessions are not maintained if you try to ProxyPass from an unenabled context to
an enabled one. For example, consider JBoss with just /foo deployed and enabled via MCMP.
Then try to ProxyPass / to /foo/ on httpd:
CreateBalancers 1
...
ProxyPass / balancer://mycluster/foo/ stickysession=JSESSIONID|jsessionid nofailover=On