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
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.