Author: sebb
Date: Wed Feb 21 17:44:23 2007
New Revision: 510339

URL: http://svn.apache.org/viewvc?view=rev&rev=510339
Log:
Document Bug 22510

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
    jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?view=diff&rev=510339&r1=510338&r2=510339
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Wed Feb 21 17:44:23 2007
@@ -33,6 +33,9 @@
 </p>
 <p>The property file_format.testlog=2.1 is treated the same as 2.2.
 However JMeter does honour the 3 testplan versions.</p>
+<p>
+Bug 22510 - JMeter always uses the first entry in the keystore.
+</p>
 <h4>Incompatible changes:</h4>
 <p>
 Bug 41104: JMeterThread behaviour was changed so that PostProcessors are run 
in forward order

Modified: 
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=510339&r1=510338&r2=510339
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
Wed Feb 21 17:44:23 2007
@@ -3162,13 +3162,9 @@
 <p>Or you can set the appropriate System properties - see the 
system.properties file.</p>
 <p>
   The next time you run your test, the SSL Manager will examine your key store 
to
-  see if it has more than one key available to it.  If there is only one key, 
SSL
-  Manager will select it for you.  If there is more than one key, you will be 
prompted
-  to select the alias you wish to authenticate as.  If SSL Manager cannot 
detect
-  any keys in your keystore, it will give you a text box for the off chance 
you know
-  something it doesn't.  Keep in mind that for the first run, you will be 
prompted
-  once per thread.  Try to use only one thread for the first run to ensure 
everything
-  is working properly.
+  see if it has at least one key available to it.  If there is only one key, 
SSL
+  Manager will select it for you.  If there is more than one key, it currently 
selects the first key.
+  There is currently no way to select other entries in the keystore, so the 
desired key must be the first.
 </p>
 <b>Things to Look Out For</b>
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to