TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Need ICase host matching in AbpFilter::IsMatch #89

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 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.

TechnikEmpire commented 8 years ago

This results in making related structures in AbpFilterParser also ICase.