You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Scott O'Bryan (Commented) (JIRA)" <de...@myfaces.apache.org> on 2012/02/20 22:47:35 UTC

[jira] [Commented] (TRINIDAD-2218) Need an ability for the WindowManager implementation to be executed before all Configurators and filters and to complete teh response

    [ https://issues.apache.org/jira/browse/TRINIDAD-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212103#comment-13212103 ] 

Scott O'Bryan commented on TRINIDAD-2218:
-----------------------------------------

If I read this correctly, this adds the ability to disable the configurator system if the WindowManager states that the request needs to be aborted.  Is there a reason that the disabling code does not use Configurator.disableConfiguratorServices() [http://myfaces.apache.org/trinidad/trinidad-api/apidocs/org/apache/myfaces/trinidad/config/Configurator.html#disableConfiguratorServices%28javax.servlet.ServletRequest%29].  It seems to me that the Trinidad filter might be a more ideal place to handle this to ensure this logic since Configurators cannot prevent execution of the faces lifecycle.  Additionally it limits the exposure to portlet environments as the code will not get executed. 
                
> Need an ability for the WindowManager implementation to be executed before all Configurators and filters and to complete teh response
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2218
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2218
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 2.0.2-core
>            Reporter: Max Starets
>            Assignee: Scott O'Bryan
>         Attachments: trinidad-2218.patch
>
>
> Since WindowManager is expected to make the Window Map available to all Configurators, we need a way to ensure that it is executed before all Configurators and filters. Also, WindowManager needs to be able to complete a response, so that it can send a script response to the client.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira