Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.4, 2.0-refactoring, 2.0.0
-
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
Attachments
Issue Links
- is cloned by
-
PLUTO-468 isPortletModeAllowed and isWindowStateAllowed do case-sensitve checks
- Closed