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 "Neil Griffin (JIRA)" <ji...@apache.org> on 2018/07/24 22:15:00 UTC

[jira] [Closed] (PLUTO-719) PortletV3Demo attempts to store a non-encoded cookie value with a space character

     [ https://issues.apache.org/jira/browse/PLUTO-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neil Griffin closed PLUTO-719.
------------------------------
    Resolution: Fixed

Fixed in commit [dbd4935fd4d815afa92425d2f86edd80e65a52b7|https://github.com/apache/portals-pluto/commit/dbd4935fd4d815afa92425d2f86edd80e65a52b7]

> PortletV3Demo attempts to store a non-encoded cookie value with a space character
> ---------------------------------------------------------------------------------
>
>                 Key: PLUTO-719
>                 URL: https://issues.apache.org/jira/browse/PLUTO-719
>             Project: Pluto
>          Issue Type: Bug
>          Components: demo portlets
>    Affects Versions: 3.0.1
>            Reporter: Neil Griffin
>            Assignee: Neil Griffin
>            Priority: Major
>             Fix For: 3.0.2
>
>
> PortletV3Demo attempts to store a non-encoded cookie value with a space character:
> {code:java|title=HeaderPortlet.java}
> Cookie c = new Cookie(this.getPortletName(), "something special");
> {code}
> The value should either be encoded or it should not contain a space.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)