]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cli: allow space escaping on the CLI
authorYves Lafon <ylafon@w3.org>
Mon, 8 Jun 2020 14:08:06 +0000 (16:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 19 Jun 2020 12:32:55 +0000 (14:32 +0200)
commitb08c6d06e712b148bf396dcf13f7da590a6104c9
tree73f8827793050f9bb9d55f8b2e972eca9177f1d4
parent5c8be272c732e4f42ccd6b3d65f25aa7425a2aba
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.
src/cli.c