]> git.ipfire.org Git - thirdparty/squid.git/commit
Backwards compatibility for 3.5 external_acl_type formats (#52)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 29 Aug 2017 10:06:00 +0000 (22:06 +1200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2017 10:06:00 +0000 (22:06 +1200)
commita96ea176a6f1f7908622eacded50163108c3355b
treea5f734dfc4d4941cff8bb1f01c1fbf1317bc3167
parent5107d2c4402dd49988bede872830008d3b0f77f9
Backwards compatibility for 3.5 external_acl_type formats (#52)

* Fix missing Squid-3 external_acl_type format codes compatibility

The %<{...} and %>{...} may produce header, or header-element type codes.

* Fix incomplete compatibility for %EXT_TAG code

* Add config test for old external_acl_type format codes
src/external_acl.cc
src/format/Token.cc
test-suite/squidconf/external_acl_type [new file with mode: 0644]