Neil Griffin created PLUTO-719:
----------------------------------
Summary: 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
Fix For: 3.0.2
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)