Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4562

Web Console License plugin fails to load files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • webconsole-4.2.2
    • webconsole-4.2.4
    • Web Console
    • None

    Description

      License plugin fails to load the files from fragment bundles. The reason for that is the following code in LicenseServlet.sendResource() method:

      bundle.getResource( pathInfo.licenseFile )

      The problem is that by specification bundle.getResource() must always return null if the bundle is fragment.

      To fix the problem, the code should also try searching the files using bundle.getEntry() method.

      Attachments

        Activity

          People

            v_valchev Valentin Valchev
            v_valchev Valentin Valchev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: