Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
Description
PortletV3Demo attempts to store a non-encoded cookie value with a space character:
HeaderPortlet.java
Cookie c = new Cookie(this.getPortletName(), "something special");
The value should either be encoded or it should not contain a space.