mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-23 22:12:46 +00:00
e3f5031b51
Today I was working on an auto-update script for some ACLs, and found that I couldn't load ACL entries with a semi-colon in them no matter how I tried to escape it. As such, I wrote this patch (this one is for 1.7dev, but it applies to 1.5 the same with just line numbers changed), which seems to allow me to execute a command such as "add acl /etc/foo.lst foo\;bar" over the socket. It's worth noting that stats_sock_parse_request() already uses the backslash to escape spaces in words so it makes sense to use it as well to escape the semi-colon. |
||
---|---|---|
.. | ||
design-thoughts | ||
internals | ||
lua-api | ||
acl.fig | ||
architecture.txt | ||
close-options.txt | ||
coding-style.txt | ||
configuration.txt | ||
cookie-options.txt | ||
gpl.txt | ||
haproxy.1 | ||
intro.txt | ||
lgpl.txt | ||
linux-syn-cookies.txt | ||
lua.txt | ||
management.txt | ||
netscaler-client-ip-insertion-protocol.txt | ||
network-namespaces.txt | ||
proxy-protocol.txt | ||
queuing.fig |