You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Craig Doremus (JIRA)" <ji...@apache.org> on 2006/07/23 14:23:15 UTC

[jira] Assigned: (PLUTO-243) PortletURLParser drops '/' characters when building render path

     [ 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