On 5/12/2014 7:31 AM, Ruediger Pluem wrote: > While trying to use the failonstatus option of a balancer for the first time > I noticed that it only works on status > codes provided by the backend not on status codes only set by the proxy (in > my case a 502 because the backend timed > out). Is this intentional?
Hi, Ruediger; Yes, that was the original goal. The use case I was tackling was a case where a backend application server started accepting HTTP requests before the Servlets had all completed init(). In that case, the backend returns a 503. -- Daniel Ruggeri
