GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/336
Fixes LB certificate tests failure Whenever the path to the project includes a URL encodable character like whitespace, these tests fail to find the local path to the certs. This is because getClass().getResource() returns a URL object and that is used directly to initialize a local file path. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudstack fixcerttest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/336.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 #336 ---- commit fdf3cdf3ac83ec6193de970143f973315b0d7818 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-30T18:31:55Z Fixes LB certificate tests failure when the full path has a special character like whitespace or many others. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---