Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
DojoModuleActivator attempts to load the first ServletHost from the ServletHostExtensionPoint. However, in most (all?) cases it will be another ModuleActivator that is adding the ServletHost to the extension point. Potentially, the DojoModuleActivator can run before the relevant ServletHost module activator, resulting in an IndexOutOfBounds on line 42 of DojoModuleActivator:
this.servletHost = servletHosts.getServletHosts().get(0);