Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-35873

JIRA incorrectly throws error 'The system property http.nonProxyHost is set. You probably meant to set http.nonProxyHosts' when the nonproxyhost is empty

    XMLWordPrintable

Details

    Description

      in the HttpClientProxyConfig.java:

      if (StringUtils.isBlank(httpNonProxyHosts))
      {
      if (StringUtils.isBlank(System.getProperty("http.nonProxyHost")))
      { log.warn("The system property http.nonProxyHost is set. You probably meant to set http.nonProxyHosts."); }
      return false;
      }
      

      Attachments

        Issue Links

          Activity

            People

              ohernandez@atlassian.com Oswaldo Hernandez (Inactive)
              jalbion Janet Albion (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: