Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8037235

Conversion to lower case for non-proxy URLs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 9
    • core-libs
    • None
    • generic
    • generic

      sun.net.spi.DefaultProxySelector converts patterns for non-proxy urls to lower case. Pattern is always lowercased but urls it matched against are always treated literally. That leads to a peculiar behavior when DefaultProxySelector tries to determine whether a proxy should be used to access a given url. It's neither case sensitive nor case insensitive (meanwhile RFC 4343 says domains should be treated in case insensitive manner).

      Investigate the reasons behind this behavior in DefaultProxySelector and fix it if appropriate.

            prappo Pavel Rappo (Inactive)
            prappo Pavel Rappo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: