Filip Hanik - Dev Lists wrote:
-1,
this code change here
- log.error("Exception trying to load keystore " +path,ex);
- throw new IOException("Exception trying to load keystore " +
- path + ": " + ex.getMessage() );
+ String msg = sm.getString("jsse.keystore_load_failed",
type, path,
+ ex.getMessage());
+ log.error(msg);
+ throw new IOException(msg);
Thanks for catching that. I'll get that fixed.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]