You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/01/29 20:00:40 UTC

[GitHub] ivankelly opened a new pull request #1074: URLDecode key/cert paths in TestTLS

ivankelly opened a new pull request #1074: URLDecode key/cert paths in TestTLS
URL: https://github.com/apache/bookkeeper/pull/1074
 
 
   In TestTLS we load keys/certs from the classpath, which means we get
   the filename as a URL. Since it is a URL it is URL encoded for special
   characters. Usually this is not an issue, but in the case that there
   are special characters in the path, these will be encoded, and then
   when we try to open the file we get a FileNotFoundException. This
   occurs on jenkins, when there are two parallel builds on the same
   job (it adds a @N to the workspace name), and was causing all TLS
   tests to fail in that case.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services