commit | f9873ba63a6c02e9350d71c8b85f5e5c46c68f46 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue May 05 17:37:14 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 05 21:05:44 2015 +0200 |
tree | 062436d1f025c1530cfd626f6279d9b091673c34 | |
parent | e428b08ee72879072897d1bcfa38589b7d1a89a5 [diff] |
MEDIUM: cfgparse: introduce weak and strong quoting This patch introduces quoting which allows to write configuration string including spaces without escaping them. Strong (with single quotes) and weak (with double quotes) quoting are supported. Weak quoting supports escaping and special characters when strong quoting does not interpret anything. This patch could break configuration files where ' and " where used.