Skip to content

Commit

Permalink
keep comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Jan 4, 2025
1 parent fe6fac1 commit 4ef1ca2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ private static boolean matchIdentity(final String host, final String identity,
if (!suffix.isEmpty() && !punycodeHost.endsWith(suffix)) {
return false;
}
// Additional sanity checks on content selected by wildcard can be done here
if (strict) {
final String remainder = punycodeHost.substring(
prefix.length(), punycodeHost.length() - suffix.length());
Expand Down

0 comments on commit 4ef1ca2

Please sign in to comment.