[ http://issues.apache.org/jira/browse/PLUTO-243?page=all ]
Craig Doremus reassigned PLUTO-243: ----------------------------------- Assignee: Craig Doremus > PortletURLParser drops '/' characters when building render path > ---------------------------------------------------------------- > > Key: PLUTO-243 > URL: http://issues.apache.org/jira/browse/PLUTO-243 > Project: Pluto > Issue Type: Bug > Components: portal driver > Affects Versions: 1.1.0-beta1 > Reporter: David Hay > Assigned To: Craig Doremus > > The PortalURLParser doesn't preserve the '/' characters in non-control path > elements. For example, the path info of > "/context/servlet/some/random/path/__rp..." ends up setting the renderPath in > the PortletURL to "somerandompath" instead of "/some/random/path" > Line 129, probably just needs to be changed from > renderPath.append(token); > to > renderPath.append('/').append(token); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira