Closed TechnikEmpire closed 8 years ago
We need to do an icase search for the host when searching for anchored addresses in AbpFilter::IsMatch. Everything else can be case sensitive. Also need to do boost::iequals when doing an AddressMatch.
AbpFilter::IsMatch
boost::iequals
This results in making related structures in AbpFilterParser also ICase.
AbpFilterParser
We need to do an icase search for the host when searching for anchored addresses in
AbpFilter::IsMatch
. Everything else can be case sensitive. Also need to doboost::iequals
when doing an AddressMatch.