https://issues.apache.org/bugzilla/show_bug.cgi?id=52033
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #7 from Sebb <[email protected]> 2011-10-23 02:06:37 UTC --- Found a few other issues with the patch: - the behaviour for start = end = 0 was changed - unnecessary class fields - unsafe caching of fields Applied changes to SVN: URL: http://svn.apache.org/viewvc?rev=1187840&view=rev Log: Bug 52033 - Allowing multiple certificates (JKS) Modified: jakarta/jmeter/trunk/bin/jmeter.properties jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JsseSSLManager.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/SSLManager.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/keystore/DefaultKeyStore.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/keystore/JmeterKeyStore.java jakarta/jmeter/trunk/xdocs/changes.xml Please check if the updated code works for you. Note that I changed the property names, and the meaning of the last index. If start = end, then that is the index of the single alias to be used. Also, at present the index range has to be chosen before starting a test. Is there a use case for allowing the range of aliases to vary between samples? Or more likely, using a different fixed alias for different samples? For example, when connecting to different hosts, perhaps these will need different aliases? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
