Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0, 1.1-286-COMPATIBILITY, 2.0.0
-
None
-
None
-
apache-tomcat-5.5.23
Linux
java version "1.5.0_12"
Description
It seems that parameters added to a PortletURL not converted to a x-www-form-urlencoded figure.
For instance
PortletURL.setParameter("Ä & ü", "< ö >");
leads to
http://localhost:8080/pluto/portal//TCK00004/__rp0x3portlet0x1jp0x1RenderRequest0x1web0x2GetPublicParameterSetNullTestPortlet_Ä & ü/0x60x8ö0x80x7?"
The key and a part of he value is not encodet.