Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3531

NPE in AxisConfiguration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3
    • nightly
    • kernel
    • None

    Description

      if (moduleVersion == null && moduleVersion.trim().length() == 0) {
      moduleVersion = getDefaultModuleVersion(moduleName);
      }

      The second condition is never evaluated (it would cause a NPE). It should be ||

      Attachments

        1. AXIS2-3531.patch
          0.9 kB
          Michele Mazzucco

        Activity

          People

            Unassigned Unassigned
            michelemazzucco Michele Mazzucco
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: