users@grizzly.java.net

Re: Exception log-and-rethrow spotted in HttpServer.start

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Thu, 15 Mar 2012 10:42:23 +0100

Hi Chris,

we've changed log level to FINEST (for debug reasons).
http://java.net/jira/browse/GRIZZLY-1223

Thanks.

WBR,
Alexey.

On 03/15/2012 08:34 AM, Chris Vest wrote:
> Hi,
>
> Running my own integration tests that use Grizzly, I noticed that
> exceptions from HttpServer.start are printed to the log even though my
> code handles them:
> http://java.net/projects/grizzly/sources/git/content/modules/http-server/src/main/java/org/glassfish/grizzly/http/server/HttpServer.java?rev=fd822ee93f29f119d87d11f5c0e112e2b1726b3c
>
> I think throwing should be enough, here.
>
> Cheers,
> Chris.