« Return to Thread: svn commit: r656035 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

Re: svn commit: r656035 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

by Mark Thomas-18 :: Rate this Message:

Reply to Author | View in Thread

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: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: svn commit: r656035 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

LightInTheBox - Buy quality products at wholesale price