You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/08/28 21:13:48 UTC

svn commit: r1839507 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

Author: pmouawad
Date: Tue Aug 28 21:13:48 2018
New Revision: 1839507

URL: http://svn.apache.org/viewvc?rev=1839507&view=rev
Log:
Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken)
Document
Bugzilla Id: 58807

Modified:
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1839507&r1=1839506&r2=1839507&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Tue Aug 28 21:13:48 2018
@@ -131,11 +131,13 @@ In summary<code>true</code> means next i
     <li>Closing opened connection</li>
     <li>resetting SSL State</li>
 </ul>
+Defaults to: <code>true</code>
 </property>
 <property name="https.use.cached.ssl.context">
     Control if we allow reuse of cached SSL context between iterations.<br/>
     Set the value to <code>false</code> to reset the SSL context each iteration.<br/>
     Defaults to: <code>true</code>
+    <note>DEPRECATED, you should use <code>httpclient.reset_state_on_thread_group_iteration</code> with correct value</note>
 </property>
 <property name="https.keyStoreStartIndex">
     Start index to be used with keystores with many entries.<br/>