[
https://issues.apache.org/jira/browse/WINK-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160942#comment-13160942
]
beat commented on WINK-205:
---------------------------
This problem still exists in version 1.1.3, just spent some hours figuring out
why proxy settings were ignored. At least would be nice to have a hint in the
user guide (wiki or pdf).
> When working with Apache HttpClient, the proxy settings are ignored
> -------------------------------------------------------------------
>
> Key: WINK-205
> URL: https://issues.apache.org/jira/browse/WINK-205
> Project: Wink
> Issue Type: Bug
> Components: Client
> Affects Versions: 0.1
> Reporter: Michael Elman
> Priority: Minor
>
> 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:
> {code}
> DefaultHttpClient httpclient = new DefaultHttpClient();
> HttpHost proxy = new HttpHost("localhost", 8888);
> httpclient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy);
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira