diff options
author | Alex Klyubin <klyubin@google.com> | 2014-11-18 17:37:20 -0800 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2014-11-19 18:23:42 +0000 |
commit | 77a7e48ac80c5bb9ac4d9b6bfdecf31d46b09fd1 (patch) | |
tree | 151e69dd80591bee86e2e860612991b839fc7f6b /annotations/generate_annotated_java_files.py | |
parent | 865c83f8383f03d545217c35d9140a4627a74406 (diff) |
Fix a bug in DefaultHostnameVerifier wildcard handling.
Wildcard domain name patterns of the form *.remainder are supposed to
match domain names that exactly match the remainder. Due to a bug,
the match was not exact but rather a prefix match: domain names
starting with the remainder would match too.
This CL fixes the issue.
(cherry picked from commit eecc5b7cf59b1b03ab030d01cc2c4875c8287336)
Bug: 18432707
Change-Id: I3b7715adf7a66e57fafe2a0218a73f4ff2dd4182
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions