From: Amos Jeffries Date: Tue, 29 Jul 2014 12:38:47 +0000 (-0700) Subject: Deprecate tag ACL type in favour of note X-Git-Tag: SQUID_3_5_0_1~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94da12c862a7d2e6b0d941c030c5aefeba9a933c;p=thirdparty%2Fsquid.git Deprecate tag ACL type in favour of note --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 3915bbec47..54fd5b8a98 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -975,7 +975,9 @@ DOC_START # use REQUIRED to accept any non-null user name. acl aclname tag tagvalue ... - # string match on tag returned by external acl helper [slow] + # string match on tag returned by external acl helper [fast] + # DEPRECATED. Only the first tag will match with this ACL. + # Use the 'note' ACL instead for handling multiple tag values. acl aclname hier_code codename ... # string match against squid hierarchy code(s); [fast]