DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30741>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30741 JMeter does not prompt for cert passwords ------- Additional Comments From [EMAIL PROTECTED] 2004-09-23 21:30 ------- Duh! should have realised the problem earlier, which is actually in the previous statement: this.defaultpw = JMeterUtils.getJMeterProperties().getProperty( "javax.net.ssl.keyStorePassword", "password"); This means that defaultpw will be set to "password" if the property is not defined. [This is doubly odd, because defaultpw is already set where the variable is declared!] So the prompt for the password will never happen. Quite why that default was added is not clear, but it does seem to have happened between 1.8 and 1.9. I think the solution is to remove the outer if statement and the getProperty entirely. I'll commit that to CVS 2.0 shortly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
