]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Deprecate tag ACL type in favour of note
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 29 Jul 2014 12:38:47 +0000 (05:38 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 29 Jul 2014 12:38:47 +0000 (05:38 -0700)
src/cf.data.pre

index 3915bbec47d7a5b11cbbaa462a8faad9e55ea764..54fd5b8a9854bf2d5af8a2f70a7d41b2621f5d82 100644 (file)
@@ -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]