When using a Test Plan with the HTTP Auth Manager the HTTP "Authorization" header is per-emptivly sent only with HttpClient3.1. When using HttpClcient4, it is not sent.
Author: pmouawad Date: Sat Jan 28 19:58:05 2017 New Revision: 1780739 URL: http://svn.apache.org/viewvc?rev=1780739&view=rev Log: Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix test failuredue to mistakingly using 2 threads Bugzilla Id: 57242 Modified: jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth.csv jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth.xml Author: pmouawad Date: Sat Jan 28 15:24:19 2017 New Revision: 1780708 URL: http://svn.apache.org/viewvc?rev=1780708&view=rev Log: Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Add property Bugzilla Id: 57242 Modified: jmeter/trunk/bin/jmeter.properties Author: pmouawad Date: Sat Jan 28 15:23:59 2017 New Revision: 1780707 URL: http://svn.apache.org/viewvc?rev=1780707&view=rev Log: Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Bugzilla Id: 57242 Added: jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth-data.csv jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth.csv jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx jmeter/trunk/bin/testfiles/Http4ImplPreemptiveBasicAuth.xml (with props) Modified: jmeter/trunk/build.xml jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3482