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

PortletPreferenceDD doesn't descriminate between no (null) values and empty values (new String[0])

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.4
    • 1.1.5
    • None
    • None

    Description

      PortletPreferenceDD always initialized its values List to "new ArrayList();". This does not account for the portlet.xml to specify a name with no values in the descriptor. This was accounted for in PortletEntityImpl which is only partially related to PortletPreferenceDD and causes problems for other portals using the Pluto container. The fix is to initialize the values List to null.

      Attachments

        1. pluto_prefsdd.patch
          22 kB
          Eric Dalquist

        Activity

          People

            emetsger Elliot Metsger
            edalquist Eric Dalquist
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: