Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60377200498 for ; Tue, 29 Aug 2017 14:13:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5E6671667DF; Tue, 29 Aug 2017 12:13:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A4EB21667DD for ; Tue, 29 Aug 2017 14:13:33 +0200 (CEST) Received: (qmail 57978 invoked by uid 500); 29 Aug 2017 12:13:32 -0000 Mailing-List: contact issues-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@jmeter.apache.org Delivered-To: mailing list issues@jmeter.apache.org Received: (qmail 57967 invoked by uid 99); 29 Aug 2017 12:13:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2017 12:13:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6F1CA1A09F8 for ; Tue, 29 Aug 2017 12:13:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.002 X-Spam-Level: X-Spam-Status: No, score=-0.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qHHrhuMNJ6In for ; Tue, 29 Aug 2017 12:13:28 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5D3845F6D3 for ; Tue, 29 Aug 2017 12:13:28 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id 7592BE0041 for ; Tue, 29 Aug 2017 12:13:27 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id D141360715; Tue, 29 Aug 2017 12:13:25 +0000 (UTC) From: bugzilla@apache.org To: issues@jmeter.apache.org Subject: [Bug 61375] http proxy server request fails when DNS manager custom resolver enabled Date: Tue, 29 Aug 2017 12:13:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: JMeter X-Bugzilla-Component: Main X-Bugzilla-Version: Nightly (Please specify date) X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: felix.schumacher@internetallee.de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: issues@jmeter.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Tue, 29 Aug 2017 12:13:34 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D61375 --- Comment #6 from Felix Schumacher --- (In reply to JJ Welch from comment #5) > I use the software package called "Charles Proxy", www.charlesproxy.com .= I > could try this with Fiddler on a windows machine as well. >=20 > I was thinking that there could be a logical test in the code that skips = DNS > when the proxy is an IP address instead of a name. Not sure how hard that > would be to write a method for "isAnIP" - the regex pattern for that might > introduce some other unexpected behavior or edge cases. >=20 > I do have an entry in /etc/hosts for localhost as 127.0.0.1 so I am > surprised that there was an issue when I tried localhost as the proxy ser= ver > name. >=20 > What was different in jmeter 2.x that allowed the proxy and the dns manag= er > to work so well together? The change was introduced with bug 57447, where it was explicitly requested= to ignore the systems normal dns configuration. I think we could re-enable the usage for the static host entries as a last resort. On a different subject. Why did you put so many dns servers in your resolver list? --=20 You are receiving this mail because: You are the assignee for the bug.=