Re: [squid-users] 3.5.23: Retreive pairs in note acl

2017-01-14 Thread David Touzeau
> I have created an external helper that return OK a=note1 > > What is the correct line to retrieve the correct note ? acl annotatedWithANote1 note a note1 http_access deny annotatedWithANote1 Alex. > acl aclname note [-m[=delimiters]] name [value ...] > # match transaction annotation

Re: [squid-users] 3.5.23: Retreive pairs in note acl

2017-01-14 Thread Alex Rousskov
On 01/14/2017 04:55 AM, David Touzeau wrote: > I have created an external helper that return OK a=note1 > > What is the correct line to retrieve the correct note ? acl annotatedWithANote1 note a note1 http_access deny annotatedWithANote1 Alex. > acl aclname note [-m[=delimiters]] name [va

[squid-users] 3.5.23: Retreive pairs in note acl

2017-01-14 Thread David Touzeau
Hi I have created an external helper that return OK a=note1 By adding tags in logs I see correctly that squid writes in log, "a:%20note1" But I cannot match this note in acls both test1 and test2 test3 not matches the added tag Acl test1 note a:note1 Acl test2 note a=note1 Acl test3 note:%20n