Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-21401

Bamboo Spec. Allow using HTTP proxy for plan publishing.

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Bamboo Specs
    • None
    • 0
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Bamboo Spec implementation uses Apache HttpClient to connect Bamboo server. Apache HttpClient ignores the system proxy setting by default. The well known system properties don't work:

       

      System.setProperty("http.proxyHost", "proxy.server.com");
      System.setProperty("http.proxyPort", "1234");
      

       

      Could you please extend the implementation of the class

      com.atlassian.bamboo.specs.util.RestHelper
      

      The Apache HttpClient instance created by RestHelper must be aware of the system properties. It looks similar to this:

      HttpClientBuilder.create().useSystemProperties().build();
      

              Unassigned Unassigned
              86a37e4c41c3 Rodion Alukhanov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: