[
https://issues.jboss.org/browse/MODCLUSTER-305?page=com.atlassian.jira.pl...
]
Jean-Frederic Clere resolved MODCLUSTER-305.
--------------------------------------------
Resolution: Done
fixed by r820
ProxyPass can break StickySession
---------------------------------
Key: MODCLUSTER-305
URL:
https://issues.jboss.org/browse/MODCLUSTER-305
Project: mod_cluster
Issue Type: Bug
Affects Versions: 1.2.0.Final
Reporter: Yves Peter
Assignee: Jean-Frederic Clere
Labels: proxy
Fix For: 1.2.1.Beta3
Adding a ProxyPass directive to httpd.conf breaks StickySession for all contexts. Example
ProxyPass:
{code}
ProxyPass /activevos_appA balancer://avos_appA/activevos
stickysession=JSESSIONID|jsessionid nofailover=On
ProxyPassReverse /activevos_appA balancer://avos_appA/activevos
{code}
StickySession only breaks if the ProxyPass points to a balancer that does not exist at
that moment (avos_appA in the example) and the parameter
"stickysession=JSESSIONID|jsessionid" is used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira