Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-609

PortletPreferencesImpl doesn't handle null preferences correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.2
    • 2.0.3, 2.1.0-M3, 2.1.0
    • None
    • None

    Description

      PLT.17.1 states "Preference attributes are String array objects. Preferences attributes can be set to null." In Pluto if you call PortletPreference.setValue("name", null), PortletPreference.setValues("name", String[]

      {null}

      ), or PortletPreference.setValues("name", null) the correct data is passed to the underlying preference storage SPI.

      The problem is when calling getValue("name", "DEFAULT") or getValues("name", new String[]

      { "DEFAULT" }

      ) for any of the three previous cases "DEFAULT" is returned. From my reading of the spec this is not correct as in each case the preference has been set but with a single null value or a null values array.

      Attachments

        Activity

          People

            ate Ate Douma
            edalquist Eric Dalquist
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: