Uploaded image for project: 'HttpComponents HttpClient'
  1. HttpComponents HttpClient
  2. HTTPCLIENT-1744

code treats domain names or hostnames case sensitive. This will cause verification to fail because FQDN are case insensitive.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.5.1, 4.5.2, 5.0 Alpha1
    • 4.5.3
    • HttpClient (classic)
    • None

    Description

      in class DefaultHostnameVerifier in the method static boolean matchDomainRoot(final String host, final String domainRoot); and maybe else where the code treats domain names or hostnames case sensitive. This will cause verification to fail because FQDN are case insensitive.

      host.endsWith(domainRoot)

      Attachments

        Activity

          People

            Unassigned Unassigned
            knowever James Kelley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: