commit | 1e2a170cf8da3a16a3fcab0742a2cf2a462b7aa8 | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Thu Mar 03 21:05:17 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 04 10:01:40 2011 +0100 |
tree | b68af982f79da5b00470429e3659799c3091a06e | |
parent | 613f0df88b435f61c270bda71921f7c6aedae6dd [diff] |
[BUG] stats: admin web interface must check the proxy state Similar to the stats socket bug, we must check that the proxy is not disabled before trying to enable/disable a server. Even if a disabled proxy is not displayed, someone can inject a faulty proxy name in the POST parameters. So, we must ensure that no disabled proxy can be used.