]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/squidconf/bad-acl-http-status-dupe.conf.instructions
Fix dupe handling in Splay ACLs: src, dst, http_status, etc. (#1632)
[thirdparty/squid.git] / test-suite / squidconf / bad-acl-http-status-dupe.conf.instructions
1 expect-messages <<END
2 WARNING: Ignoring 400 because it is already covered by 400
3 advice: Remove value 400 from the ACL named test11
4
5 WARNING: Ignoring 407 because it is already covered by 407
6 advice: Remove value 407 from the ACL named test12
7
8 WARNING: Ignoring earlier 200 because it is covered by 200-300
9 advice: Remove value 200 from the ACL named test13
10
11 WARNING: Ignoring 304 because it is already covered by 300-399
12 advice: Remove value 304 from the ACL named test14
13
14 WARNING: Ignoring earlier 350 because it is covered by 200-400
15 advice: Remove value 350 from the ACL named test21
16 WARNING: Merging overlapping 200-400 and 100-300 into 100-400
17 advice: Replace values 200-400 and 100-300 with 100-400 in the ACL named test21
18
19 WARNING: Merging overlapping 100-300 and 200-400 into 100-400
20 advice: Replace values 100-300 and 200-400 with 100-400 in the ACL named test22
21 WARNING: Ignoring earlier 150 because it is covered by 100-400
22 advice: Remove value 150 from the ACL named test22
23
24 WARNING: Ignoring earlier 400 because it is covered by 300-400
25 advice: Remove value 400 from the ACL named test30
26 WARNING: Ignoring earlier 300 because it is covered by 300-400
27 advice: Remove value 300 from the ACL named test30
28 END