users@grizzly.java.net

Exception log-and-rethrow spotted in HttpServer.start

From: Chris Vest <mr.chrisvest_at_gmail.com>
Date: Thu, 15 Mar 2012 08:34:01 +0100

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.