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 2013/08/03 20:36:16 UTC

svn commit: r1510053 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sat Aug  3 18:36:16 2013
New Revision: 1510053

URL: http://svn.apache.org/r1510053
Log:
Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4)
Update docs as per Felix Schumacher patch and complete documentation
Bugzilla Id: 53480

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

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1510053&r1=1510052&r2=1510053&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Aug  3 18:36:16 2013
@@ -3430,7 +3430,9 @@ These can be set up using a <complink na
 
 <properties>
         <property name="Name" required="No">Descriptive name for this element that is shown in the tree. </property>
-        <property name="Clear auth on each iteration ?" required="Yes">Used by Kerberos authentication, if checked authentication will be done on each iteration of Main Thread Group loop even if it has already been done</property>
+        <property name="Clear auth on each iteration ?" required="Yes">Used by Kerberos authentication. If checked, authentication will be done on each iteration of Main Thread Group loop even if it has already been done in a previous one.
+        This is usually useful if each main thread group iteration represents behaviour of one Virtual User.
+        </property>
   <property name="Base URL" required="Yes">A partial or complete URL that matches one or more HTTP Request URLs.  As an example,
 say you specify a Base URL of "http://jmeter.apache.org/restricted/" with a username of "jmeter" and
 a password of "jmeter".  If you send an HTTP request to the URL
@@ -3457,14 +3459,13 @@ This was an experimental feature and has
 </note>
 <br></br>
 <b>Kerberos Configuration:</b>
-<p>To configure Kerberos you need to setup at least 2 JVM system properties:
+<p>To configure Kerberos you need to setup at least two JVM system properties:
 <ul>
     <li>-Djava.security.krb5.conf=krb5.conf</li>
     <li>-Djava.security.auth.login.config=jaas.conf</li>
 </ul>
-You can also configure those 2 properties in file system.properties.
-
-See 2 configuration file samples with reference documentation in jmeter bin folder.
+You can also configure those two properties in file bin/system.properties.
+Look at the two sample configuration files in the jmeter bin folder for references to more documentation.
 </p>
 <br></br>
 <b>Controls:</b>