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 2009/06/10 21:59:07 UTC

[jira] Created: (PORTLETBRIDGE-81) Bridge's (portlet 2.0) impl writing the JSP response after the JSF response isn't working properly

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.


[jira] Resolved: (PORTLETBRIDGE-81) Bridge's (portlet 2.0) impl writing the JSP response after the JSF response isn't working properly

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

Michael Freedman resolved PORTLETBRIDGE-81.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Reworked code so that it follows the pattern set forth in portlet 1.0 bridge.

> 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
>             Fix For: 2.0.0
>
>
> 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.