The behavior wasn't changed, its just in previous versions shutdown was made from java.lang.Runnable wrapper which is now direct call to ServletContainerRunner.stop()
I've added private field that holds reference to ServletContainerRunner instance so that I can get ServletContext from it, and I use this field's values in shutdown logic, so its basically the same. I could leave it as before but in this case we would hold two different references in different places to the same ServletContainerRunner object. On Wed, Apr 17, 2013 at 11:55 AM, Massimo Lusetti <[email protected]>wrote: > On Wed, Apr 17, 2013 at 9:13 AM, Dmitry Gusev <[email protected] > >wrote: > > I hope its not too late for 5.3.7 > > > > Can somebody review and apply the patch and test from > > https://issues.apache.org/jira/browse/TAP5-2107 please? > > Its really a tiny, but valuable improvement for me. > > > > > Hi Dimitry, > I've just scrolled down at your patch but it seems it slightly change the > behavior of SeleniumTestCase during the shutdown phase, am I right? > > -- > Massimo > -- Dmitry Gusev AnjLab Team http://anjlab.com
