Bridge's (portlet 2.0) impl writing the JSP response after the JSF response isn't working properly --------------------------------------------------------------------------------------------------
Key: PORTLETBRIDGE-81 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-81 Project: MyFaces Portlet Bridge Issue Type: Bug Components: Impl Affects Versions: 2.0.0-alpha Reporter: Michael Freedman Assignee: Michael Freedman In the portlet 1.0 bridge we invented a servlet filter that the could be installed and buffer JSP output which would then be attached as a request attribute so the bridge could process/output it after writing the JSF view. This filter existed because portlet 1.0 didn't define response wrappers. Portlet 2.0 does have response wrappers. Though the bridge still needs to work if a filter is configured -- it now is responsible for handling this write after behavior directly (when filter not installed). The impl doesn't seem to be working properly -- as content is getting lost in pluto. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.