guy hanael created HTTPCLIENT-1473:
--------------------------------------

             Summary: Http get via invalid proxy get 200/OK instead of 500
                 Key: HTTPCLIENT-1473
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1473
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: Fluent HC
    Affects Versions: 4.3.3, 4.3.1, 4.3 Final
            Reporter: guy hanael


HttpResponse response = Executor.newInstance(new 
DefaultHttpClient(connectionManager))
          .execute(Request.Get(url)
          .connectTimeout(5000)
          .viaProxy(new HttpHost(proxyHost, proxyPort)))
          .returnResponse();


Works until 4.2.6 does not work from 4.3.X



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to