commit | 73bc285be194f443dc7eab9c949e87e1dbe8f70c | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Fri Feb 06 17:53:54 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 06 18:04:36 2015 +0100 |
tree | 78224a85d32ca1d287af2851ba55df5be618b991 | |
parent | 8aa8384e22dd0b66ded00c70a9c6034278b4bb69 [diff] |
BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match ACL or map entries are not deleted with the command "del acl" or "del map" if the case insentive flag is set. This is because the the case insensitive string are stored in a list and the default delete function associated with string looks in a tree. I add a check of the case insensitive flag and execute the delete function for lists if it is set. This patch must be backported in 1.5 version.