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

isPortletModeAllowed and isWindowStateAllowed do case-sensitve checks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.4, 2.0.0
    • 2.0.0
    • portlet container
    • None

    Description

      The code underlying these two methods convert the PortletMode or WindowState being checked to a string then compare it using String.equals to another string. Either PortletMode.equals and WindowState.equals need to be used or String.equalsIgnoreCase needs to be used.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              emetsger Elliot Metsger
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: