Portlet 2.0 Bridge: renderRedirect after forward must use include
-----------------------------------------------------------------
Key: PORTLETBRIDGE-146
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-146
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha
Reporter: Michael Freedman
Assignee: Michael Freedman
Currently the bridge always does a dispatch.forward in
externalContext.dispatch. However, because Portlet 2.0 requires the response
be committed following the return of a forward if a render redirect occurs
during or after such a forward the subsequent dispatch will fail if you try to
forward to it. Instead you must use include.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.