[ http://issues.apache.org/jira/browse/PLUTO-243?page=all ]
Craig Doremus resolved PLUTO-243. --------------------------------- Resolution: Fixed Fixed in SVN version 24830. Thank you, David, for the patch. The testsuite still works as before, but please retest with your custom portlet. > PortalURLParser 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 > Fix For: 1.1.0 > > > 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