[GitHub] jmeter pull request #316: Warn empty truststore loading like empty keystore ...

2017-10-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/316


---


[GitHub] jmeter pull request #316: Warn empty truststore loading like empty keystore ...

2017-10-11 Thread vherilier
GitHub user vherilier opened a pull request:

https://github.com/apache/jmeter/pull/316

Warn empty truststore loading like empty keystore loading

Hi,

I noticed in the SSLManager that JMeter informs about not founding a 
truststore and loading an empty one instead but for the keystore it is a 
warning.
IMHO, it could be great to warn both events, they become more visible.

I hope this PR will help.

BR,
--Vincent

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vherilier/jmeter sslmanager_warning

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/316.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #316


commit 3540e76c9302eea20af1e85c31ea34e4753e341d
Author: Vincent Herilier 
Date:   2017-10-05T09:59:54Z

Warn empty truststore loading like empty keystore loading




---