Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.GA
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush-EE
Description
When shutdown is initiated and the MainServlet has not yet been created, it should not be created at all.
The MainServlet.getInstance(ServletContext) methods have been overloaded with a new MainServlet.getInstance(ServletContext, boolean) method to allow to dictate if a new MainServlet needs to be created if it does not exist already. This new method can be used upon shutdown.
Marking this one as FIXED.