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 "Woonsan Ko (JIRA)" <ji...@apache.org> on 2009/03/30 14:42:50 UTC

[jira] Created: (PLUTO-543) PortletRequestImpl needs to decide its contextPath on demand.

PortletRequestImpl needs to decide its contextPath on demand.
-------------------------------------------------------------

                 Key: PLUTO-543
                 URL: https://issues.apache.org/jira/browse/PLUTO-543
             Project: Pluto
          Issue Type: Improvement
    Affects Versions: 2.0.0
            Reporter: Woonsan Ko
            Assignee: Woonsan Ko


Currently PortletRequestImpl decides contextPath at construction time.
To retrieve context path is done only in view pages. So, it can be decided on demand if view page requests.
Also, sometimes its portlet application's contextPath can be changed at runtime. So it is more flexible if we move it to the getter method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PLUTO-543) PortletRequestImpl needs to decide its contextPath on demand.

Posted by "Woonsan Ko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Woonsan Ko resolved PLUTO-543.
------------------------------

    Resolution: Fixed

fixed

> PortletRequestImpl needs to decide its contextPath on demand.
> -------------------------------------------------------------
>
>                 Key: PLUTO-543
>                 URL: https://issues.apache.org/jira/browse/PLUTO-543
>             Project: Pluto
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Woonsan Ko
>            Assignee: Woonsan Ko
>
> Currently PortletRequestImpl decides contextPath at construction time.
> To retrieve context path is done only in view pages. So, it can be decided on demand if view page requests.
> Also, sometimes its portlet application's contextPath can be changed at runtime. So it is more flexible if we move it to the getter method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.