Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5948

Proxy settings ignored if username not specified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.7.7, 1.7.9
    • 1.8.3
    • jaxws, transports
    • None

    Description

      org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.configure carefully collects the proxy details, but then does not call the following code if no username is provided:

       

      HttpHost proxy = new HttpHost(proxyHost, proxyPort);
      requestConfig.setProxy(proxy);
      

       

       

      Attachments

        Issue Links

          Activity

            People

              robertlazarski Robert Lazarski
              kp73052 Kevin Perry
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: