https://issues.apache.org/bugzilla/show_bug.cgi?id=42513
--- Comment #1 from rahul <[EMAIL PROTECTED]> 2008-09-08 11:52:12 PST --- Created an attachment (id=22543) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22543) Allow routeseparator to be set using ProxySet for balancers This is used as below <Proxy balancer://mycluster> BalancerMember http://vayavyam.india.sun.com:8080 route=j1 BalancerMember http://vaishnavam.india.sun.com:8080 route=j2 ProxySet routeseparator=: </Proxy> Would it make sense to allow a regular expression to extract the route from sessionid? i.e # when it is colon format ProxySet routeexp=".*:(.+)$" # when the route is defined first ProxySet routeexp="([^.]+)\..*$" -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
