dev@grizzly.java.net

Should ServletAdapter.destroy() destroy wrapped HttpServlet?

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Thu, 03 Sep 2009 14:25:31 +0200

Hi,

currently in out implementation, it looks like when I call
ServletAdapter.destroy(), it doesn't destroy wrapped servlet (doesn't
call HttpServlet.destroy()).
Is it correct behavior?

WBR,
Alexey.