Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6EEA7789 for ; Thu, 11 Aug 2011 08:35:41 +0000 (UTC) Received: (qmail 56782 invoked by uid 500); 11 Aug 2011 08:35:41 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 56352 invoked by uid 500); 11 Aug 2011 08:35:34 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 56331 invoked by uid 99); 11 Aug 2011 08:35:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 08:35:31 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.90.139.80] (HELO smtp1.goneo.de) (212.90.139.80) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 08:35:23 +0000 Received: from smtp1.goneo.de (localhost [127.0.0.1]) by scan.goneo.de (Postfix) with ESMTP id CC4A73A3BF1 for ; Thu, 11 Aug 2011 10:35:00 +0200 (CEST) X-Virus-Scanned: by goneo X-Spam-Score: -2.519 X-Spam-Level: Received: from smtp1.goneo.de ([127.0.0.1]) by smtp1.goneo.de (smtp1.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W++xdMaI--ZE for ; Thu, 11 Aug 2011 10:35:00 +0200 (CEST) Received: from [192.168.1.193] (dslb-084-062-068-190.pools.arcor-ip.net [84.62.68.190]) by smtp1.goneo.de (Postfix) with ESMTPSA id 9198D3A3BCA for ; Thu, 11 Aug 2011 10:35:00 +0200 (CEST) From: =?iso-8859-1?Q?Thomas_Eichst=E4dt-Engelen?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: nonProxyHosts Date: Thu, 11 Aug 2011 10:35:01 +0200 Message-Id: <64B4FADE-B332-4630-BD64-4308E2B2A175@eichstaedt.net> To: httpclient-users@hc.apache.org Mime-Version: 1.0 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-2.519 tagged_above=-999 tests=[ALL_TRUSTED=-1, AWL=0.381, BAYES_00=-1.9] autolearn=unavailable Hi, i am trying to let HttpClient (3.1) work with the "http.nonProxyHosts" = variable. Is there any API to use for that? Or do i have to analyze the = list myself and decide whether to use the given proxy or not. Furthermore i'd like to know whether the "http.proxySet" variable should = be used or not. I read that it is more or less deprecated and is not = implemented by the most software which uses the "http.proxyXXX" = settings. Regards, Thomas E.-E. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org