----- Original Message -----
> From: "Jim Jagielski" <j...@jagunet.com>
> To: dev@httpd.apache.org
> Sent: Thursday, September 13, 2012 8:59:27 PM
> Subject: Re: Bug with "ProxyPass /" and mod_proxy_balancer + double-slashes 
> (httpd-2.4.3)
> 
> 
> 
> So in the case it is correctly adjusting the backend URL Location
> (backend01.foo:5080 -> mydomain.foo:8080)
> 
> So is the "bug" that it's
> 
>       http://mydomain.foo:8080//clusterjsp/
> 
> and not
> 
>       http://mydomain.foo:8080/clusterjsp/
> 
> ??
> 
> Certainly the redirect still works, right?

That's exactly the problem.

The redirect works, but the subsequent request looks like "//clusterjsp/",
which a problem because of the cookie set by the backend (Path=/clusterjsp).
So the cookie is ignored and on each new request you get a new session.


Reply via email to