Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-2984

Potential IndexOutOfBounds in DojoModuleActivator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Java-SCA-1.5.1
    • Java SCA Widget
    • 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);

      Attachments

        Activity

          People

            lresende Luciano Resende
            bdaniel Brent Daniel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: