commit | b08c6d06e712b148bf396dcf13f7da590a6104c9 | [log] [tgz] |
---|---|---|
author | Yves Lafon <ylafon@w3.org> | Mon Jun 08 16:08:06 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Jun 19 14:32:55 2020 +0200 |
tree | 73f8827793050f9bb9d55f8b2e972eca9177f1d4 | |
parent | 5c8be272c732e4f42ccd6b3d65f25aa7425a2aba [diff] |
BUG/MINOR: cli: allow space escaping on the CLI It was not possible to escape spaces over the CLI, making impossible the insertion of new ACL entries with spaces from the CLI. This patch fixes the escaping of spaces over the CLI. It is now possible to launch "add acl agents.acl My\ User\ Agent" over the CLI. Could be backported in all stable branches. Should fix issue #400.