commit | bf9c2fcd938ab4996d4eb98823c6128014e4f1fe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 31 18:06:18 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 31 22:44:28 2011 +0200 |
tree | 0d49cd76fe017576e43e969092e7e84d4c347f56 | |
parent | 44702af019576cc68979056982ac06cf36ff88ed [diff] |
[BUG] stats: support url-encoded forms Bashkim Kasa reported that the stats admin page did not work when colons were used in server or backend names. This was caused by url-encoding resulting in ':' being sent as '%3A'. Now we systematically decode the field names and values to fix this issue.