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-24 10:08 -------
Andrew: the jars are in the _lib zip file. I'll update the header to make this
clear.

Richard: 
the code uses the property "javax.net.ssl.keyStorePassword" to set defaultpw,
with no default. When a password is needed, and defaultpw is null, it checks the
property again (see below for why). At this point in 2.0.1, it would use
"password" if the property was not defined. In the latest code, if the property
is still not defined, it displays a dialogue to prompt for the password. 

The input from the user is then used to set defaultpw *and* the property - so
that other instances of the class will use that value, if any, as the default.
Once set, the defaultpw is not changed by the *current* instance.

All:
I've not done any SSL testing, so I don't know if it is helpful or not to save
the users response in the property.

Not sure what to do about dealing with incorrect passwords - is it always the
case that a user would want to correct an invalid password? 
[May also need to do some work on the non-GUI behaviour, when prompting is not
appropriate.]

AFAICS the current fix is an improvement, albeit minor...

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

Reply via email to