[ 
https://issues.apache.org/jira/browse/PORTLETBRIDGE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Freedman resolved PORTLETBRIDGE-133.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Fix is to have external context not copy any of the restored ActionParams into 
the generated URL.  The restored ActionParams are discovered by looking at the 
map in the request.  This map always contains the VIEW_STATE param and so in 
this way we avoid including it in the URL.

> VIEWSTATE param getting encoded in the portlet:currentView URL when it 
> shouldn't
> --------------------------------------------------------------------------------
>
>                 Key: PORTLETBRIDGE-133
>                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-133
>             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
>
>
> Portlet 1.0 bridge correctly handles this by carrying forward all params in 
> the original request (not wrapped/replaced by the bridge).  In Portlet 2.0 
> there isn't an original request (as managed by the ExternalContext) -- so 
> when the bridge wraps this request to expose the VIEW_STATE param (and 
> action_params) they bleed into the URL when they shouldn't.  We need a way to 
> exclude them.  Maybe like portlet 1.0.

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

Reply via email to