dev@grizzly.java.net

Re: Tiny Bug SSLConfig

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Wed, 28 May 2008 11:05:25 +0200

Hi,

fixed, thanks!

WBR,
Alexey.

On May 28, 2008, at 10:43 , John ROM wrote:

> Hello Grizzly Team,
> in lastest trunk
>
> SSLConfig line 222
>
> reads
>
> KeyStore trustStore = KeyStore.getInstance(keyStoreType);
> trustStore.load(new FileInputStream(trustStoreFile),
> trustStorePass);
>
> should be
>
> KeyStore trustStore = KeyStore.getInstance(trustStoreType);
>
> Many Greetings
> John Vieten
>
>
>
>
> --
> GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
> Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>