From: Yann Ylavic
Sent: Wednesday, February 17, 2021 9:21 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] stickysession and BalancerMember route
EXTERNAL EMAIL : The sender of this email is external to 3DS. Be wary of the
content and do not open unexpected attachments or links. I
On Tue, Feb 16, 2021 at 4:52 PM DICKEY Rob wrote:
>
> The source code appears to perform basic string comparisons to match the
> stickysession token value against the route, but are there character or
> length constraints to the route attribute?
The route is limited to 64 characters and must be
I am observing problems with mod_proxy_balancer's sticky session handling when
either the length of the route attribute of the BalancerMember is > x length,
or the route attribute includes any character other than [0-9][a-z][A-Z]. Note
the default separator character (.) is in play. The source