4b235a9600
Motivation: How we did wildcard matching was not correct according to RFC6125. Beside this our implementation was quite CPU heavy. Modifications: - Add new DomainWildcardMappingBuilder which correctly does wildcard matching. See https://tools.ietf.org/search/rfc6125#section-6.4 - Add unit tests - Deprecate old implementations Result: Correctly implement wildcard matching and improve performance