You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Craig Doremus (JIRA)" <ji...@apache.org> on 2008/07/25 05:19:31 UTC

[jira] Commented: (PLUTO-462) isPortletModeAllowed and isWindowStateAllowed do case-sensitve checks

    [ https://issues.apache.org/jira/browse/PLUTO-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616748#action_12616748 ] 

Craig Doremus commented on PLUTO-462:
-------------------------------------

Manually applied patch to trunk in SVN rev 679648.

> isPortletModeAllowed and isWindowStateAllowed do case-sensitve checks
> ---------------------------------------------------------------------
>
>                 Key: PLUTO-462
>                 URL: https://issues.apache.org/jira/browse/PLUTO-462
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlet container
>    Affects Versions: 2.0.0, 1.1.4
>            Reporter: Eric Dalquist
>             Fix For: 1.1.5
>
>         Attachments: modeStateEquals.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.