]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tools.cc
The external_acl helper protocol breaks down if there for whatever reason
authorhno <>
Sun, 15 Aug 2004 03:15:15 +0000 (03:15 +0000)
committerhno <>
Sun, 15 Aug 2004 03:15:15 +0000 (03:15 +0000)
commitdc1af3cf5bfffb368e2f47b6543f7654d2c8df54
treebac7d62114de2426510a2888873cadaa36a27359
parent5961233eedea81ca6dfdf93beba34025568da7fb
The external_acl helper protocol breaks down if there for whatever reason
is newines embedded in the data.

This patch changes the external acl helper protocol to use URL encoding
with an optional configuration parameter to switch back to the "shell style"
quoting used in Squid-2.5.

In addition the "shell style" quoting format is extended to support newlines
by the traditional \n and \r codes.
src/cf.data.pre
src/external_acl.cc
src/tools.cc