ok2c commented on code in PR #607:
URL:
https://github.com/apache/httpcomponents-client/pull/607#discussion_r1903220580
##########
httpclient5/src/main/java/org/apache/hc/client5/http/ssl/DefaultHostnameVerifier.java:
##########
@@ -228,8 +229,18 @@ private static boolean matchIdentity(final String host,
final String identity,
final PublicSuffixMatcher
publicSuffixMatcher,
final DomainType domainType,
final boolean strict) {
+
+ final String punycodeHost;
Review Comment:
@arturobernalg Could we do it the other way around and convert identity from
punycode to Unicode instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]