You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Freedman (JIRA)" <de...@myfaces.apache.org> on 2010/02/11 17:46:29 UTC

[jira] Created: (PORTLETBRIDGE-117) Portlet 2.0 Bridge ExternalContext.redirect during render must encode PublicRenderParameters into url prior to encoding as an action

Portlet 2.0 Bridge ExternalContext.redirect during render must encode PublicRenderParameters into url prior to encoding as an action
------------------------------------------------------------------------------------------------------------------------------------

                 Key: PORTLETBRIDGE-117
                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-117
             Project: MyFaces Portlet Bridge
          Issue Type: Bug
          Components: Impl
    Affects Versions: 2.0.0-alpha
            Reporter: Michael Freedman
            Assignee: Michael Freedman


Redirect during render is supposed to simulate a real redirect (since portlets don't allow real redirects during render).  In doing so any public render parameters sent in the original request need to be preserved in the render redirect.  The bridge needs to encode these values as part of the URL being carried forward during its processign of ExternalContext.redirect

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


[jira] Resolved: (PORTLETBRIDGE-117) Portlet 2.0 Bridge ExternalContext.redirect during render must encode PublicRenderParameters into url prior to encoding as an action

Posted by "Michael Freedman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/PORTLETBRIDGE-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Freedman resolved PORTLETBRIDGE-117.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Added encoding the PRPs

> Portlet 2.0 Bridge ExternalContext.redirect during render must encode PublicRenderParameters into url prior to encoding as an action
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PORTLETBRIDGE-117
>                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-117
>             Project: MyFaces Portlet Bridge
>          Issue Type: Bug
>          Components: Impl
>    Affects Versions: 2.0.0-alpha
>            Reporter: Michael Freedman
>            Assignee: Michael Freedman
>             Fix For: 2.0.0
>
>
> Redirect during render is supposed to simulate a real redirect (since portlets don't allow real redirects during render).  In doing so any public render parameters sent in the original request need to be preserved in the render redirect.  The bridge needs to encode these values as part of the URL being carried forward during its processign of ExternalContext.redirect

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