[jira] [Updated] (PLUTO-719) PortletV3Demo attempts to store a non-encoded cookie value with a space character
"Neil Griffin (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.pluto.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/PLUTO-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neil Griffin updated PLUTO-719:
-------------------------------
Description:
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.
was:
PortletV3Demo attempts to store a non-encoded cookie value with a space character:
{code:java|title=asdf.java}
Cookie c = new Cookie(this.getPortletName(), "something special");
{code}
The value should either be encoded or it should not contain a space.
> 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)