commit | cf8d9ae3cd58e390b296922518d6ebef7a82717d | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Wed Apr 04 12:57:18 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 05 09:58:25 2012 +0200 |
tree | b90d1e4ae58915beecacfe5faa6c47643ed79ab6 | |
parent | 9bb0e2042e640959ef492d4f5bada726fd9a019d [diff] |
MINOR: stats admin: allow unordered parameters in POST requests Previously, the stats admin page required POST parameters to be provided exactly in the same order as the HTML form. This patch allows to handle those parameters in any orders. Also, note that haproxy won't alter server states anymore if backend or server names are ambiguous (duplicated names in the configuration) to prevent unexpected results (the same should probably be applied to the stats socket).