Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-205

When working with Apache HttpClient, the proxy settings are ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.1
    • None
    • Client
    • None

    Description

      When working with Apache HttpClient, the proxy settings on the ApacheHttpClientConfig are ignored.
      It's still possible to set proxy on the Apache HttpClient directly:

      DefaultHttpClient httpclient = new DefaultHttpClient();
      HttpHost proxy = new HttpHost("localhost", 8888);
      httpclient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            elman Michael Elman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: