Bug 54134

Summary: new feature: ability to use multiple routes in sticky_session
Product: Apache httpd-2 Reporter: inu
Component: mod_proxy_balancerAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 56738    
Attachments: mutiple-route patch

Description inu 2012-11-11 13:06:57 UTC
Created attachment 29583 [details]
mutiple-route patch

Same application server adds more then one possible route to the stick_session cookie (like Oracle Weblogic).

The proxy_balancer can now detect more the one route in the sticky_session (url and cookie). 
The balancer search for a worker, first in the list of routes given by the sticky_session.

with patch in #53893 and #54102 it is an initial support for Weblogic (incl. replication cluster)

InuSasha