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
Modified: jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1780708&r1=1780707&r2=1780708&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Sat Jan 28 15:24:19 2017
@@ -467,6 +467,9 @@ log_level.jorphan=INFO
# Uncomment this line if you put anything in hc.parameters file
#hc.parameters.file=hc.parameters
+# Preemptively send Authorization Header when BASIC auth is used
+#httpclient4.auth.preemptive=true
+
# Number of retries to attempt (default 0)
#httpclient4.retrycount=0