httpcomponents-client/httpclient
Ryan Schmitt e0416f07c3 DefaultHostnameVerifier: Match DNS and CN names against ICANN domains
This change ensures that during hostname verification the public suffix
list is only used to prevent wildcard matching against entire TLDs (e.g.
`*.com`). Currently, private domains are also being matched against,
which is preventing reasonable wildcards (such as
`*.s3.eu-central-1.amazonaws.com`) from being respected.
2020-01-07 22:41:44 +01:00
..
src DefaultHostnameVerifier: Match DNS and CN names against ICANN domains 2020-01-07 22:41:44 +01:00
pom.xml Upgraded HttpClient version to 4.5.11-SNAPSHOT 2019-09-09 11:40:16 +02:00