commit | b2f07451e5dc84e699f5485d1a959515d855d51b | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue May 12 14:27:13 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 12 15:28:20 2015 +0200 |
tree | f4d81928a1d8e40baab1cd8e5da2e6b8206d1fd8 | |
parent | 64e84516c43afa85c389e263daa31a1bd532f5f0 [diff] |
MEDIUM: cfgparse: expand environment variables Environment variables were expandables only in adresses. Now there are expandables everywhere in the configuration file within double quotes. This patch breaks compatibility with the previous behavior of environment variables in adresses, you must enclose adresses with double quotes to make it work.