Bug 62672

Summary: HTTP Request sends double requests when using proxy with authentication
Product: JMeter - Now in Github Reporter: Artem Fedorov <artem.fedorov>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 2.13   
Target Milestone: JMETER_5.2   
Hardware: All   
OS: Linux   

Description Artem Fedorov 2018-09-04 10:01:23 UTC
Possible fix https://github.com/apache/jmeter/pull/397
Comment 1 Philippe Mouawad 2019-05-23 21:26:54 UTC
Author: pmouawad
Date: Thu May 23 21:26:12 2019
New Revision: 1859826

URL: http://svn.apache.org/viewvc?rev=1859826&view=rev
Log:
Bug 62672 - HTTP Request send double requests when configure proxy with authentication

This closes #397
Bugzilla Id: 62672

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2019-05-23 21:44:52 UTC
Needs further work
NPE line 711 , reproducable with BUG 52310.jmx file
Comment 3 Felix Schumacher 2019-05-24 09:19:17 UTC
Date: Fri May 24 09:17:18 2019
New Revision: 1859858

URL: http://svn.apache.org/viewvc?rev=1859858&view=rev
Log:
Line too long

Make checkstyle -- and me -- happy.
Relates to #397
Bugzilla Id: 62672

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
Comment 4 Philippe Mouawad 2019-05-26 12:55:51 UTC
Author: pmouawad
Date: Sun May 26 12:52:36 2019
New Revision: 1860065

URL: http://svn.apache.org/viewvc?rev=1860065&view=rev
Log:
Bug 62672 - HTTP Request send double requests when configure proxy with authentication

Fix NPE
Bugzilla Id: 62672

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
Comment 5 The ASF infrastructure team 2022-09-24 20:38:14 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4853