Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-14081

HttpClient3ProxyConfig incorrectly logs 'The system property http.nonProxyHost is set. You probably meant to set http.nonProxyHosts' when the nonproxyhost is not empty

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for JIRA Software Cloud. Using JIRA Software Server? See the corresponding bug report.

      in the HttpClient3ProxyConfig.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

              Unassigned Unassigned
              jalbion Janet Albion (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: