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 Concini (JIRA)" <de...@myfaces.apache.org> on 2010/02/22 23:24:27 UTC

[jira] Created: (MYFACES-2572) MyFaces should release the "dummy" FacesContext created during startup/shutdown

MyFaces should  release the "dummy" FacesContext created during startup/shutdown 
---------------------------------------------------------------------------------

                 Key: MYFACES-2572
                 URL: https://issues.apache.org/jira/browse/MYFACES-2572
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta-2
            Reporter: Michael Concini
            Assignee: Michael Concini


If the FacesContext that was created during startup and/or shutdown is not released, then the ExternalContext object could be reused.  On some appservers this could cause problems if they are performing any additional initialization in their servlet context impl.  This at the case in WebSphere, but could also apply to other appservers which add internal extensions to the servletContext in their implementation classes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2572) MyFaces should release the "dummy" FacesContext created during startup/shutdown

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

Michael Concini resolved MYFACES-2572.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-3

> MyFaces should  release the "dummy" FacesContext created during startup/shutdown 
> ---------------------------------------------------------------------------------
>
>                 Key: MYFACES-2572
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2572
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Michael Concini
>            Assignee: Michael Concini
>             Fix For: 2.0.0-beta-3
>
>
> If the FacesContext that was created during startup and/or shutdown is not released, then the ExternalContext object could be reused.  On some appservers this could cause problems if they are performing any additional initialization in their servlet context impl.  This at the case in WebSphere, but could also apply to other appservers which add internal extensions to the servletContext in their implementation classes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.